Skip to content

UrlParam deprecated in favor of UrlParamCodec

Latest
Compare
Choose a tag to compare
@HaraldKi HaraldKi released this 11 Oct 16:58

UrlParam combined two features: i) encode/decode URL parameters and ii) keep a value of a URL parameter. In practical use, this felt somehow clumsy, so I removed (ii) and called the result UrlParamCodec. Methods of the previous one that used the stored value, now have a value parameter. Seems to work much nicer in practical use.