Skip to content

Releases: opendevtools/hooks

Add useMemo to query params

02 Sep 15:05

Choose a tag to compare

Set explicit return type

29 Apr 06:31

Choose a tag to compare

  • chore: exclude tests from tsconfig 8e06589
  • fix: set return type of useQueryParams 2822c1a

v0.5.1...v0.5.2

Export useQueryParams

29 Apr 06:19

Choose a tag to compare

  • fix: export useQueryParams 807471c

v0.5.0...v0.5.1

Add useQueryParams

29 Apr 06:09

Choose a tag to compare

  • feat: add useQueryParams 5f13fd1
  • docs: add description and links in package.json fixes #3 b9dbc7c
  • docs(README): list hooks with anchor-links (#2) 83863a8
  • chore: use ts files d93dafe
  • refactor: make useLocalStorage even simpler 62f6d65

v0.4.0...v0.5.0

Add useLocalStorage

06 Feb 18:52

Choose a tag to compare

Added

  • useLocalStorage to get and set values from localStorage using a hook

Changed

  • Changed hook files to .ts instead of .tsx
  • Added a missing test to useQueryParam

Update React

06 Feb 18:49

Choose a tag to compare

Changed

  • Update React dependencies to official hooks version 16.8.0

useDebounce

01 Feb 10:32

Choose a tag to compare

Added

  • useDebounce

Changed

  • Updated dependencies and upgrade test setup to support Jest 24

Initial release

01 Feb 10:31

Choose a tag to compare

Added

  • useToggle
  • useQueryParam