Skip to content

Latest commit

 

History

History
98 lines (47 loc) · 5.94 KB

CHANGELOG.md

File metadata and controls

98 lines (47 loc) · 5.94 KB

0.5.0 (2020-02-18)

Bug Fixes

  • Scripts: restrain from setting global git config values for deploying docs folder (4d58bcb)

Features

  • useWorkerState: allow initialValue to be a factory function (a845a4b)

0.4.0 (2020-02-10)

Bug Fixes

  • useLazyRef: call factory only once (ea7eb02)
  • useWorker: prevent multiple renders triggered by update (9f1ee5f), closes #16

Features

  • usePromisedState: use a state that waits for values (dd32ab1)

0.3.0 (2019-11-25)

Bug Fixes

  • Changelog: build using conventional-changelog (c862550)
  • useConditionalEffect: add overloads with generic types (a67b9c0), closes #14
  • useDidMount: remove unnecessary type param (e54171b)
  • useDidUnmount: call effect with updated dependencies (0bbacaa), closes #8
  • useEffectUpdate: add overloads with generic types (80ea3d0), closes #14

Features

  • useWorkerLoad: add new hook (4d91e5b), closes #11

0.2.1 (2019-11-04)

Bug Fixes

  • CI: run 'Node CI' workflow on PRs (46f84a7)
  • README: fix typo on useDidMount description (fd33d20), closes #4
  • useLazyRef: remove extra call to useRef (5f71852), closes #6

0.2.0 (2019-10-31)

Bug Fixes

  • CI: fix coverage upload step (85c25e0)
  • CI: run nodejs workflow on all branches (76605eb)
  • README: fix typo (a8b1c4a)
  • Types: use new 'readonly' syntax (32fe87c)
  • useLazyRefTests: remove unused variables (0d6a0ff)

Features

  • DidMount: add useDidMount hook (8dd9836)
  • DidMount: allow effect to be asynchronous (c6f58d4)
  • DidUnmount: add useDidUnmount hook (b207563)
  • DidUnmount: allow effect to be asynchronous (fe03d2f)
  • useLazyRef: add new hook (60e8105)

0.1.0 (2019-09-20)

Bug Fixes

  • CI: fix release workflow (b928c47)

Features

  • Async: add useAsyncEffect hook (b98d978)
  • ConditionalEffect: add useConditionalEffect hook (587287a)
  • EffectUpdate: add useEffectUpdate hook (fea8d4b)
  • LayoutAsync: add useAsyncLayoutEffect hook (910caaa)
  • Worker: add useWorker hook (a1c3971)