Skip to content

Releases: pbeshai/use-query-params

v0.5

07 Jan 17:09
Compare
Choose a tag to compare
  • Resolves #67 by updating serialize-query-params to v0.2.0 (handles values like foo--1 -> foo: "-1" in object serializing)

v0.4.6

19 Dec 13:28
Compare
Choose a tag to compare
  • Aims to resolve #57 by running clean before building in prepublishOnly to get rid of old files that caused some people issues.

v0.4.5

16 Nov 14:21
Compare
Choose a tag to compare
  • Resolves #54 via #61 - concurrent updates with React Router will now work by looking at history.location instead of the provided location if available.

v0.4.4

10 Nov 13:32
Compare
Choose a tag to compare
  • Includes fix for initial values of SSR #58 #51

v0.4.3

21 Oct 12:53
Compare
Choose a tag to compare
  • Resolves #55 SSR with useQueryParams

v0.4.2

18 Oct 00:51
Compare
Choose a tag to compare
  • Resolves #46 by fixing the way memoization works on the setters returned from useQueryParam and useQueryParams. Also does automatic memoization on the paramConfigMap passed into useQueryParams to prevent it from re-generating new values and setters unnecessarily.

v0.4.1

14 Sep 02:14
Compare
Choose a tag to compare
  • Security vulnerabilities fixed and serialize-query-params bumped to 0.1.4

v0.4.0

13 Sep 21:32
Compare
Choose a tag to compare
  • Resolves #36 by adding in withUrlParams HOC and <QueryParams> render-props component

v0.3.4

13 Sep 18:19
Compare
Choose a tag to compare
  • Resolves #13 Next.js problems via #25 (SSR should work)
  • Resolves #27 peer dependency was specified incorrectly

v0.3.3

13 Jun 22:25
Compare
Choose a tag to compare
  • Resolves #15 by switching to query-string 5
  • Resolves #18 by adding esm build