Skip to content

Releases: youha-info/next-query-state

v1.0.0

16 Nov 07:19
Compare
Choose a tag to compare

What's Changed

Features

  • Integer serializer preset changes by @dongyeop-youha
    • When value is not integer, use floored value instead of rounded value.
    • Can parse and serialize Infinity value.
    • Can only parse decimal values, not hex or octal values.
  • Boolean serializer preset now ignores casing by @dongyeop-youha

Bugfix

  • Fixed handling of NaN and undefined values in timestamp, isoDateTime serializer presets by @dongyeop-youha
  • Fixed serialization of empty array becoming array with empty string in delemitedArray by @dongyeop-youha
  • Added json preset in nullableQueryTypes by @dongyeop-youha
  • Fixed %00 character not being handled when param exists multiple times in the URL by @dongyeop-youha
  • Fixed nullableQueryTypes.float returning default value instead of null by @dongyeop-youha

Docs

Tests

Chore

Full Changelog: v0.0.6...v1.0.0

https://www.npmjs.com/package/next-query-state/v/1.0.0

v0.0.6

27 Oct 07:49
Compare
Choose a tag to compare

What's Changed

Bugfix

  • Fixed type declarations of array serializers as below by @dongyeop-youha
    • Items can't have nullish values(non existent)
    • Nullable array itself can't be null. It can only have null as item, or be undefined if empty.
  • Fixed nullableQueryTypes not having correct types by @dongyeop-youha
  • Fixed nullableQueryTypes not containing undefined in its WT type by @dongyeop-youha

Full Changelog: v0.0.5...v0.0.6

https://www.npmjs.com/package/next-query-state/v/0.0.6

v0.0.5

27 Oct 02:14
Compare
Choose a tag to compare

What's Changed

Bugfix

  • Fix nullableQueryTypes type definition not being found by @dongyeop-youha

Full Changelog: v0.0.4...v0.0.5

https://www.npmjs.com/package/next-query-state/v/0.0.5

v0.0.4

26 Oct 07:45
Compare
Choose a tag to compare

What's Changed

Bugfix

Full Changelog: v0.0.3...v0.0.4

https://www.npmjs.com/package/next-query-state/v/0.0.4

v0.0.3

26 Oct 07:43
Compare
Choose a tag to compare

What's Changed

Bugfix

Chore

Full Changelog: v0.0.2...v0.0.3

https://www.npmjs.com/package/next-query-state/v/0.0.3

v0.0.2

25 Oct 06:59
Compare
Choose a tag to compare

What's Changed

Features

Bugfix

Refactor

Full Changelog: v0.0.1...v0.0.2

https://www.npmjs.com/package/next-query-state/v/0.0.2

v0.0.1

21 Oct 06:53
Compare
Choose a tag to compare

Initial release.