Skip to content

Releases: NukeJS/solidjs-hooks

v1.1.0

06 Feb 23:08

Choose a tag to compare

Features

  • useLocalStorage: Created useLocalStorage hook
  • useSessionStorage: Created useSessionStorage hook

Changes

  • useCounter: Reformatted useCounter hook

v1.0.0

06 Feb 12:41

Choose a tag to compare

Features

  • useCookie: Created useCookie hook
  • useTimeout: Now using useEffect instead of createEffect internally
  • useWindowSize: Now using useEffect instead of createEffect internally
  • useInterval: Now using useEffect instead of createEffect internally

v0.0.8

05 Feb 18:05

Choose a tag to compare

Features

  • useWindowSize: Created useWindowSize hook

v0.0.7

04 Feb 15:05

Choose a tag to compare

Features

  • useTitle: Created useTitle hook
  • useTimeout: Now accepting a MaybeAccessor as delay, meaning you're also allowed to pass in a plain number
  • useInterval: Now accepting a MaybeAccessor as delay, meaning you're also allowed to pass in a plain number

v0.0.6

04 Feb 00:31

Choose a tag to compare

Features

  • useEffect: Created useEffect hook
  • useState: Created useState hook

v0.0.5

03 Feb 22:29

Choose a tag to compare

Features

  • useInterval: Created the useInterval hook
  • useTimeout: Created the useTimeout hook

v0.0.3

03 Feb 21:36

Choose a tag to compare

Features

  • useBoolean: Created useBoolean hook
  • useCounter: Created useCounter hook
  • useNumber: Created useNumber hook
  • useToggle: Created useToggle hook