Skip to content

Releases: 47ng/nuqs

v1.8.0-beta.3

30 Aug 19:53
Compare
Choose a tag to compare
v1.8.0-beta.3 Pre-release
Pre-release

1.8.0-beta.3 (2023-08-30)

Bug Fixes

  • Use re-exports rather than symlinks (7bde5a1)

v1.8.0-beta.2

30 Aug 19:49
Compare
Choose a tag to compare
v1.8.0-beta.2 Pre-release
Pre-release

1.8.0-beta.2 (2023-08-30)

Bug Fixes

  • ESM default export and typings files (1b164db)

v1.8.0-beta.1

30 Aug 14:34
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

1.8.0-beta.1 (2023-08-30)

Bug Fixes

  • Import useQueryState from src, and not from dist (1f65c20)

Features

  • Update to useRouter from next/navigation (a604351), closes #327

v1.7.3

05 Jun 18:33
Compare
Choose a tag to compare

1.7.3 (2023-06-05)

Bug Fixes

  • #329 Fix empty query returning an array of one empty string when using an array parser

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

13 Mar 00:11
Compare
Choose a tag to compare

1.7.2 (2022-03-13)

Bug Fixes

  • Only filter out nullish values (aa96098), closes #294

v1.7.1

10 Mar 16:21
Compare
Choose a tag to compare

1.7.1 (2022-03-10)

Bug Fixes

  • Pass transition options to useQueryStates (f17d9a2)
  • Return serialised value (874486a), closes #293
  • Use location.pathname as asPath replacement (a141483), closes #282

v1.7.1-beta.2

08 Feb 00:32
Compare
Choose a tag to compare
v1.7.1-beta.2 Pre-release
Pre-release

1.7.1-beta.2 (2022-02-08)

Bug Fixes

  • Pass transition options to useQueryStates (05e06b8)

v1.7.1-beta.1

08 Feb 00:11
Compare
Choose a tag to compare
v1.7.1-beta.1 Pre-release
Pre-release

1.7.1-beta.1 (2022-02-08)

Bug Fixes

  • Use location.pathname as asPath replacement (aa5464a), closes #282

v1.7.0

04 Feb 22:10
Compare
Choose a tag to compare

1.7.0 (2022-02-04)

Bug Fixes

  • Don't reset query on undefined values (f69b0a0)
  • Maintain URL params for dynamic routes (dd927bb), closes #282
  • Pass empty string to parsers (1fb7dcf)
  • Pass the default value in the state updater function (3414d6e)
  • Re-render the state updater function only on asPath pathname changes (49daa92)

Features

  • Add array, JSON and enum query types (44f3fa7)

v1.7.0-beta.1

04 Feb 03:42
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

1.7.0-beta.1 (2022-02-04)

Bug Fixes

  • Don't reset query on undefined values (f69b0a0)
  • Maintain URL params for dynamic routes (dd927bb), closes #282
  • Pass empty string to parsers (1fb7dcf)
  • Pass the default value in the state updater function (3414d6e)
  • Re-render the state updater function only on asPath pathname changes (49daa92)

Features

  • Add array, JSON and enum query types (44f3fa7)