Releases: seamapi/url-search-params-serializer
Releases · seamapi/url-search-params-serializer
v2.1.0
23 Jul 22:45
Compare
Sorry, something went wrong.
No results found
v2.0.0
01 Jul 19:19
Compare
Sorry, something went wrong.
No results found
Features
Do not serialize NaN, Infinity, or -Infinity (d63f265 )
BREAKING CHANGES
Any attempt to serialize NaN, Infinity, or
-Infinity will now throw an UnserializableParamError.
v2.0.0-beta.2
28 Mar 03:14
Compare
Sorry, something went wrong.
No results found
v2.0.0-beta.1
28 Mar 00:07
Compare
Sorry, something went wrong.
No results found
Features
Do not serialize keys with dots (2cc32f4 )
Do not serialize the empty string (e63517e )
Serialize null (9b70e9f )
BREAKING CHANGES
Any attempt to serialize an object
with a dot in the key will now throw an UnserializableParamError.
Any attempts to serialize the empty string
will now throw an UnserializableParamError.
The primitive value null will now be serialized instead
of removed, e.g., { foo: null } will now be serialized to 'foo='.
v1.3.0
27 Feb 23:40
Compare
Sorry, something went wrong.
No results found
Features
Serialize plain objects to dot path notation (fad04f2 )
v1.2.0
24 Feb 20:50
Compare
Sorry, something went wrong.
No results found
v1.1.2
27 Feb 20:59
Compare
Sorry, something went wrong.
No results found
v1.1.1
31 Jan 16:39
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Error in some contexts when using Error.captureStackTrace() (#4 ) (76d311d )
v1.1.0
10 Jan 04:51
Compare
Sorry, something went wrong.
No results found
v1.0.3
10 Jan 04:27
Compare
Sorry, something went wrong.
No results found