Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

56 lines (43 loc) · 1.07 KB

Change Log

[Unreleased]

[2.1.1] - 2022-05-24

Changed

  • fix build for UMD
  • fix: useAbortSignal to work with React 18 #35

[2.1.0] - 2021-12-23

Changed

  • feat: support recursive dispatching async actions #26

[2.0.2] - 2021-11-04

Changed

  • Modern build
  • Fix package.json properly for ESM

[2.0.1] - 2020-04-04

Changed

  • Avoid initializing AbortController repeatedly

[2.0.0] - 2020-02-29

Changed

  • Improve isClient detection for useIsomorphicLayoutEffect
  • Support abortability
  • New API for async action handlers [BREAKING CHANGE]

[1.0.0] - 2020-02-26

Changed

  • Update only README

[0.6.0] - 2020-01-18

Changed

  • Make ExportAction type omittable

[0.5.0] - 2019-11-01

Changed

  • Support getState
  • Improve typings (breaking change)

[0.4.0] - 2019-10-29

Changed

  • Improve and simplity typing

[0.3.0] - 2019-10-24

Changed

  • Better typing and better type inference in examples

[0.2.0] - 2019-10-22

Changed

  • Better typing and checking type property existence

[0.1.0] - 2019-10-22

Added

  • Initial release