Skip to content

Releases: seamapi/url-search-params-serializer

v2.0.0-beta.2

28 Mar 03:14
v2.0.0-beta.2
e242d3e
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Features

v2.0.0-beta.1

28 Mar 00:07
v2.0.0-beta.1
4aebab0
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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
v1.3.0
9f3cd14
Compare
Choose a tag to compare

Features

  • Serialize plain objects to dot path notation (fad04f2)

v1.2.0

24 Feb 20:50
v1.2.0
1f4dd04
Compare
Choose a tag to compare

Features

v1.1.2

27 Feb 20:59
v1.1.2
b6cdb26
Compare
Choose a tag to compare
1.1.2

v1.1.1

31 Jan 16:39
v1.1.1
d27c7e5
Compare
Choose a tag to compare

Bug Fixes

  • Error in some contexts when using Error.captureStackTrace() (#4) (76d311d)

v1.1.0

10 Jan 04:51
v1.1.0
3eb3499
Compare
Choose a tag to compare

Features

v1.0.3

10 Jan 04:27
v1.0.3
0fd934a
Compare
Choose a tag to compare
1.0.3

v1.0.2

10 Jan 04:08
v1.0.2
89cbc4e
Compare
Choose a tag to compare
1.0.2

v1.0.1

10 Jan 04:07
v1.0.1
0a46627
Compare
Choose a tag to compare
1.0.1