Releases: tom-sherman/immurl
Releases · tom-sherman/immurl
v1.2.0
Changes
- Allow setting
searchParams
property on ImmutableUrl
(#10)
You no longer need to read from searchParams
and write to search
just to edit the query string. This makes the library more intuitive without deviating from the spec too much.
v1.1.0
Changes
- Added
ImmutableHeaders
class that acts as an immutable version of the Headers object (#7)