v0.6.0
- 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 asfoo-
and deserialize to{ foo: '' }
. Previously empty string values were discarded andfoo-
would be deserialized to{foo: undefined }