Skip to content

Releases: honey32/next-query-utils

v1.1.0

27 Jun 14:19
54d54d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Example

getSingleQueryParam(query, "key", (s): s is "a" => s === "a") // :  "a" | undefined
getMultipleQueryParams(query, "key", (s): s is "a" => s === "a") // : "a"[]

v1.0.0

01 Sep 13:02
f3fb14b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v1.0.0

v1.0.0-alpha.0 Categorized Functions

29 Jul 16:42
7f5bc42
Compare
Choose a tag to compare
Pre-release

Categorized Functions

Categorized functions into getters, mutators, and predicates.

What's Changed

Full Changelog: v0.2.4...v1.0.0-alpha.0

v0.2.4

28 Jul 13:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3 retried publish

27 Jul 14:10
Compare
Choose a tag to compare

v0.2.2 retried publish

27 Jul 14:09
Compare
Choose a tag to compare

v0.2.1

27 Jul 13:46
682d495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Jul 10:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0 added some getter and mutators

18 Jun 02:38
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1 Updated CI (releasing docs)

09 Jun 14:56
68683f0
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.0.0...v0.0.1