This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Releases: spotify/redux-location-state
Releases · spotify/redux-location-state
peer dependencies removed
bugfix: null check on query param
this is a patch version to fix an exception when a query parameter may be null
fix mutation
fixes #42
fix conditional
conditional was backwards in this case. Releasing new change
Look for explicit undefined in parser
right now the parser works on a "falsy" setting. Be more explicit about undefined
Custom url decoder
Merge pull request #37 from spotify/custom-query-parser feature(parser) - add a new ability to add a custom parser
Build version
Forgot to build 😬
version bump
2.5.1 version bump
custom param encoding
be able to do custom param encoding
push-location
add location to the push action