nuqs

Type-safe search params state manager for Next.js - Like React.useState, but stored in the URL query string.

MIT License

Downloads
974.2K
Stars
1.7K

Bot releases are visible (Hide)

nuqs - v1.6.1-beta.1

Published by github-actions[bot] over 2 years ago

1.6.1-beta.1 (2022-02-02)

Bug Fixes

  • Maintain URL params for dynamic routes (b02492d), closes #282
nuqs - v1.6.0

Published by github-actions[bot] over 2 years ago

1.6.0 (2022-02-02)

Features

  • Add, test & document useQueryStates (5cb4441)
  • Provide default value helpers (83f1146)
nuqs - v1.6.0-beta.1

Published by github-actions[bot] over 2 years ago

1.6.0-beta.1 (2022-01-30)

Features

  • Add, test & document useQueryStates (5cb4441)
  • Provide default value helpers (83f1146)
nuqs - v1.5.0

Published by github-actions[bot] over 2 years ago

1.5.0 (2022-01-27)

Features

nuqs - v1.5.0-beta.1

Published by github-actions[bot] over 2 years ago

1.5.0-beta.1 (2022-01-27)

Features

nuqs - v1.4.0

Published by github-actions[bot] over 2 years ago

1.4.0 (2022-01-27)

Bug Fixes

Features

nuqs - v1.4.0-beta.5

Published by github-actions[bot] about 3 years ago

1.4.0-beta.5 (2021-09-07)

Bug Fixes

nuqs - v1.4.0-beta.4

Published by github-actions[bot] over 3 years ago

1.4.0-beta.4 (2021-04-19)

Bug Fixes

  • TypeScript types location (cc56dda)
nuqs - v1.4.0-beta.3

Published by github-actions[bot] over 3 years ago

1.4.0-beta.3 (2021-04-19)

Bug Fixes

nuqs - v1.4.0-beta.2

Published by github-actions[bot] over 3 years ago

1.4.0-beta.2 (2021-03-09)

Bug Fixes

  • Compat for older iOS/Safari (b0d806b)
nuqs - v1.4.0-beta.1

Published by github-actions[bot] over 3 years ago

1.4.0-beta.1 (2021-03-09)

Features

nuqs - v1.3.0

Published by github-actions[bot] over 3 years ago

1.3.0 (2021-02-26)

Bug Fixes

Features

nuqs - v1.3.0-beta.3

Published by github-actions[bot] over 3 years ago

1.3.0-beta.3 (2021-02-26)

Bug Fixes

nuqs - v1.3.0-beta.2

Published by github-actions[bot] over 3 years ago

1.3.0-beta.2 (2021-02-26)

Bug Fixes

  • Use JSON notation for boolean queries (6f85fcc), closes #196
nuqs - v1.3.0-beta.1

Published by github-actions[bot] over 3 years ago

1.3.0-beta.1 (2021-02-26)

Bug Fixes

Features

nuqs - v1.2.1

Published by github-actions[bot] about 4 years ago

1.2.1 (2020-10-15)

Bug Fixes

  • Only null can delete keys, not nullish/falsy values (2b20d49)
nuqs - v1.2.0

Published by github-actions[bot] about 4 years ago

1.2.0 (2020-10-15)

Bug Fixes

  • Add webpack types to fix Next.js build (96c3d61)
  • do not cause SSR in dynamic paths (84e70bb)
  • Support for useQueryState in dynamic routes (4c44f9c)

Features

  • Add useQueryStates for multiple keys sync (0591503)
nuqs - v1.1.0

Published by github-actions[bot] over 4 years ago

1.1.0 (2020-05-16)

Features

  • Add parsing option for non-string state (b4e714b)
nuqs - v1.0.1

Published by github-actions[bot] over 4 years ago

1.0.1 (2020-05-12)

Bug Fixes

  • Transpile optional chaining in ESM build (bd34fae)
nuqs - v1.0.0

Published by github-actions[bot] over 4 years ago

1.0.0 (2020-05-11)

Features