Releases: pbeshai/use-query-params
Releases · pbeshai/use-query-params
v0.3.2
v0.3.1
v0.3.0
Breaking Changes
- No longer looks for a
query
object on location since the history package got rid of that in version 4.0.0. (#7) - When encoding parameters that are not explicitly configured, defaults to converting them to strings.
Other Changes
- Refactored serialization logic into its own library serialize-query-params as per #4