Skip to content

Latest commit

History

History
80 lines (33 loc) 路 3.49 KB

CHANGELOG.md

File metadata and controls

80 lines (33 loc) 路 3.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2022-06-03)

Bug Fixes

  • Do not re-run init function every time state changes (bec30ca), closes #22
  • return type of dispatch to inherit from thunk action return type (9e1522a)

0.2.4 (2020-01-26)

0.2.3 (2020-01-26)

0.2.2 (2020-01-26)

Features

0.2.1 (2019-11-07)

Bug Fixes

  • Add deps to useCallback hooks (5bcad16), closes #14

0.2.0 (2019-11-07)

Features

  • Avoid exhaustive dependencies in hooks (b10b0f9), closes #11 #12

0.1.1 (2019-07-01)

Bug Fixes

  • TypeScript types uses default export (be503b6)

0.1.0 (2019-06-20)

Bug Fixes

  • Decouple React from module (d7c01de), closes #2 #4
  • Remove instances of redundant useCallback (cf86808), closes #1

Features

0.0.3 (2019-03-10)

Bug Fixes

  • Add React as a dependency (bc304dc)

0.0.2 (2019-03-10)

Bug Fixes

0.0.1 (2019-03-09)