Releases: paoloricciuti/sveltekit-search-params
Releases · paoloricciuti/sveltekit-search-params
v3.0.0
Major Changes
- Return non-null writable for defined defaultValue and fix types for
queryParameters
(#87)
Patch Changes
- fix: avoid complex values default being overriden on write (#89)
v2.1.2
Patch Changes
- Fix the override setting to allow for false values (#74)
v2.1.1
Patch Changes
- fix: allow building the app in prerendering by faking the page store during building (#68)
v2.0.0
Major Changes
- breaking: remove double navigation, debounce navigate after timeout (#60)
feat: add showDefaults option to chose wether to show the defaults or not in the URL
v1.1.1
Patch Changes
- fde7148: fix: rework how defaults works
v1.1.0
Minor Changes
- 7a99cd8: feat: sorting search params before navigating
v1.0.17
Patch Changes
- cc1ad2a: rework the library to use a derived store to solve some issue
v1.0.15
Patch Changes
- 2e7f889: Allow returning undefined from encode to remove param from URL