diff --git a/.changeset/modern-llamas-bow.md b/.changeset/modern-llamas-bow.md deleted file mode 100644 index 3fffc56..0000000 --- a/.changeset/modern-llamas-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sveltekit-search-params": patch ---- - -Fix the override setting to allow for false values diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8fb3e..2b6f990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,98 +1,104 @@ # sveltekit-search-params +## 2.1.2 + +### Patch Changes + +- Fix the override setting to allow for false values ([#74](https://github.com/paoloricciuti/sveltekit-search-params/pull/74)) + ## 2.1.1 ### Patch Changes -- fix: allow building the app in prerendering by faking the page store during building ([#68](https://github.com/paoloricciuti/sveltekit-search-params/pull/68)) +- fix: allow building the app in prerendering by faking the page store during building ([#68](https://github.com/paoloricciuti/sveltekit-search-params/pull/68)) ## 2.1.0 ### Minor Changes -- feat: add equalityFn option for complex objects and array ([#64](https://github.com/paoloricciuti/sveltekit-search-params/pull/64)) +- feat: add equalityFn option for complex objects and array ([#64](https://github.com/paoloricciuti/sveltekit-search-params/pull/64)) ## 2.0.0 ### Major Changes -- breaking: remove double navigation, debounce navigate after timeout ([#60](https://github.com/paoloricciuti/sveltekit-search-params/pull/60)) - feat: add showDefaults option to chose wether to show the defaults or not in the URL +- breaking: remove double navigation, debounce navigate after timeout ([#60](https://github.com/paoloricciuti/sveltekit-search-params/pull/60)) + feat: add showDefaults option to chose wether to show the defaults or not in the URL ## 1.1.1 ### Patch Changes -- fde7148: fix: rework how defaults works +- fde7148: fix: rework how defaults works ## 1.1.0 ### Minor Changes -- 7a99cd8: feat: sorting search params before navigating +- 7a99cd8: feat: sorting search params before navigating ## 1.0.18 ### Patch Changes -- ac0a8c3: extend peer dep sveltekit to 2.0 +- ac0a8c3: extend peer dep sveltekit to 2.0 ## 1.0.17 ### Patch Changes -- cc1ad2a: rework the library to use a derived store to solve some issue +- cc1ad2a: rework the library to use a derived store to solve some issue ## 1.0.16 ### Patch Changes -- b606180: fix: type ssp array +- b606180: fix: type ssp array ## 1.0.15 ### Patch Changes -- 2e7f889: Allow returning undefined from encode to remove param from URL +- 2e7f889: Allow returning undefined from encode to remove param from URL ## 1.0.14 ### Patch Changes -- a81535c: Fix undefined not removing params (#31) +- a81535c: Fix undefined not removing params (#31) ## 1.0.13 ### Patch Changes -- 8924160: feat: support svelte 4 +- 8924160: feat: support svelte 4 ## 1.0.12 ### Patch Changes -- 901d9c7: Add client side check before invoking goto +- 901d9c7: Add client side check before invoking goto ## 1.0.11 ### Patch Changes -- 6f78e87: removed changesets as dependency and add it as dev dependency +- 6f78e87: removed changesets as dependency and add it as dev dependency ## 1.0.10 ### Patch Changes -- 33276b7: fixing changeset +- 33276b7: fixing changeset ## 1.0.8 ### Patch Changes -- b0b4b0a: replublish +- b0b4b0a: replublish ## 1.0.7 ### Patch Changes -- 34a1e1b: the hash of the url now doesn't get's erased when the search params update +- 34a1e1b: the hash of the url now doesn't get's erased when the search params update diff --git a/package.json b/package.json index 40fa70d..1c60520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveltekit-search-params", - "version": "2.1.1", + "version": "2.1.2", "repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git", "author": "Paolo Ricciuti", "license": "MIT",