Skip to content

Releases: 47ng/nuqs

v2.7.3

07 Nov 16:29
Immutable release. Only release title and notes can be modified.
e0e3843

Choose a tag to compare

2.7.3 (2025-11-07)

Bug fixes

Documentation

Other changes

Thanks

Huge thanks to @janglad and @joshuaobrien for helping!

v2.7.3-beta.1

07 Nov 15:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v2.7.3-beta.1 Pre-release
Pre-release

2.7.3-beta.1 (2025-11-07)

Bug Fixes

  • TypeError in serializer for array with default value (#1197) (d072a85)

v2.7.2

16 Oct 11:43
Immutable release. Only release title and notes can be modified.
642cba1

Choose a tag to compare

2.7.2 (2025-10-16)

Bug fixes

Documentation

Other changes

  • #1161 test: wait for hydration in e2e-next/pages/push test, by @franky47
  • #1151 chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0, by @dependabot

Thanks

Thanks a lot to @sahilkapase for helping!

v2.7.1

06 Oct 19:13
Immutable release. Only release title and notes can be modified.
09a8f8a

Choose a tag to compare

2.7.1 (2025-10-06)

Bug Fixes

  • #1163 make sure the state-change effect runs for multi parsers, by @TkDodo

Performance Improvements

  • #1160 bail out of state updates for equal values, by @TkDodo

Thanks

Thanks a lot to @Alexolo and @TkDodo for helping!

v2.7.0

30 Sep 15:24
Immutable release. Only release title and notes can be modified.
6e9747a

Choose a tag to compare

2.7.0 (2025-09-30)

⚠️ Deprecations

  • ParserBuilder<T> is deprecated in favor of SingleParserBuilder<T>. Use SingleParserBuilder going forward.

Features

Bug Fixes

Thanks

Thanks a lot to @Agastya18, @denis-sokolov, @ffiguereo, @georgwittberger, @Jackardios, @miinhho, @romansndlr, and @TkDodo for helping!

v2.7.0-beta.1

26 Sep 21:26
Immutable release. Only release title and notes can be modified.
8f89690

Choose a tag to compare

v2.7.0-beta.1 Pre-release
Pre-release

2.7.0-beta.1 (2025-09-26)

Features

v2.6.0

05 Sep 14:58
Immutable release. Only release title and notes can be modified.
af28c8a

Choose a tag to compare

2.6.0 (2025-09-05)

Features

  • #1104: add warning when shallow: true is used with debounce, by @I-3B
  • #1110: Add processUrlSearchParams middleware as adapter prop, by @Multiply
  • #1115: add processUrlSearchParams to createSerializer, by @Multiply

Documentation

Other changes

Thanks

Thanks a lot to @I-3B and @Multiply for helping!

v2.6.0-beta.3

04 Sep 19:07
Immutable release. Only release title and notes can be modified.
77dc7c3

Choose a tag to compare

v2.6.0-beta.3 Pre-release
Pre-release

2.6.0-beta.3 (2025-09-04)

Features

  • add processUrlSearchParams to createSerializer (#1115) (7140953)

v2.6.0-beta.2

01 Sep 20:36
0f68f93

Choose a tag to compare

v2.6.0-beta.2 Pre-release
Pre-release

2.6.0-beta.2 (2025-09-01)

Features

  • Add processUrlSearchParams middleware as adapter prop (#1110) (0f68f93)

v2.6.0-beta.1

31 Aug 21:26
fd809e9

Choose a tag to compare

v2.6.0-beta.1 Pre-release
Pre-release

2.6.0-beta.1 (2025-08-31)

Features

  • debounce: add warning when shallow: true is used with debounce (#1104) (fd809e9)