Skip to content

v0.6.0

Compare
Choose a tag to compare
@pbeshai pbeshai released this 10 Jan 22:25
· 222 commits to master since this release
  • Possibly breaking Updates serialize-query-params to 0.3.0 which now allows empty strings to be valid values in objects. For example: { foo: '' } will now serialize as foo- and deserialize to { foo: '' }. Previously empty string values were discarded and foo- would be deserialized to {foo: undefined }