Skip to content

Releases: paoloricciuti/sveltekit-search-params

v2.1.2

10 Mar 06:17
Compare
Choose a tag to compare

Patch Changes

  • Fix the override setting to allow for false values (#74)

v2.1.1

16 Feb 15:55
Compare
Choose a tag to compare

Patch Changes

  • fix: allow building the app in prerendering by faking the page store during building (#68)

v2.1.0

17 Jan 23:59
Compare
Choose a tag to compare

What's Changed

  • feat: add equalityFn option for complex objects and array by @paoloricciuti in #64
  • Version Packages by @github-actions in #65

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Jan 12:06
Compare
Choose a tag to compare

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

18 Dec 08:36
Compare
Choose a tag to compare

Patch Changes

  • fde7148: fix: rework how defaults works

v1.1.0

16 Dec 09:25
Compare
Choose a tag to compare

Minor Changes

  • 7a99cd8: feat: sorting search params before navigating

v1.0.17

13 Dec 22:24
Compare
Choose a tag to compare

Patch Changes

  • cc1ad2a: rework the library to use a derived store to solve some issue

v1.0.16

05 Dec 14:01
Compare
Choose a tag to compare

Patch Changes

v1.0.15

29 Aug 12:32
Compare
Choose a tag to compare

Patch Changes

  • 2e7f889: Allow returning undefined from encode to remove param from URL

v1.0.14

29 Jul 03:49
Compare
Choose a tag to compare

Patch Changes

  • a81535c: Fix undefined not removing params (#31)