Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@seambot seambot released this 28 Mar 00:07
· 0 commits to main since this release
v2.0.0-beta.1
4aebab0

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='.