Skip to content

Latest commit

 

History

History
197 lines (110 loc) · 11 KB

CHANGELOG.md

File metadata and controls

197 lines (110 loc) · 11 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

⚠ BREAKING CHANGES

  • rename ./dist/index.mjs to ./dist/index.js

0.6.0 (2022-09-18)

⚠ BREAKING CHANGES

  • change dist files and remove umd build

  • use vite build system (#70) (9a9dc90)

0.5.0 (2022-04-02)

0.5.0-alpha.1 (2022-02-07)

Features

Bug Fixes

  • support re-wireing (uplink change) in strict mode for react 18 (#63) (8f53c2e)

0.5.0-alpha.0 (2022-01-29)

Features

  • state-wire: use use-sync-external-store (#50) (de15ac4)
  • use-subscribe: call the callback when the value changes between render and effect (#49) (e5836ff)

Bug Fixes

  • selector: skip update value on connect if not required (#52) (982cebf)
  • update react and use react-test-renderer instead of react-dom (#51) (4a6244a)

Documentations

0.4.2 (2021-04-14)

Bug Fixes

0.4.1 (2021-03-08)

Features

0.4.0 (2021-02-27)

Features

0.3.3 (2020-11-10)

Features

  • state-wire: emit update only when the value is changed (#25) (0ddb999)

Bug Fixes

0.3.2 (2020-10-19)

Features

  • fns-wire: accept null and undefined in useFn function (#23) (4e45fa6)

Documentations

0.3.1 (2020-07-15)

Features

  • state-wire: add useSubscribe hook (#19) (6190f18)

0.3.0 (2020-07-07)

Features

  • selector: add createSelector and useSelector (75024ba)
  • selector: export useSelector and createSelector (586a0e9)
  • state-selector: add createStateSelector (5c7bd97)
  • state-selector: add useStateSelector (ca0e3a0)

Bug Fixes

  • wire: add Fns generic to createWire (7a23e2b)

Documentations

  • selector: add useSelector and createSelector docs (95c16e8)

0.2.5 (2020-06-12)

Documentations

  • wire: add createWire dock (21892ba)

0.2.4 (2020-06-12)

Features

0.2.3 (2020-06-05)

Features

  • state-wire: add readonly wire type (b73b74c)

0.2.2 (2020-03-30)

Bug Fixes

  • improve useWireState and useWire typing (253c53d)

0.2.1 (2020-03-30)

Bug Fixes

  • add default Fns type to wire (104fb97)
  • improve useWireValue typing (a4475a4)

0.2.0 (2020-03-29)

Features

  • add stability guard (f529c74)
  • fns-wire: add fns-wire (5fc7475)
  • interceptor: add interceptor (ecb959e)
  • state-wire: add state wire (22590a8)
  • state-wire: add use-wire-value (7951ad7)
  • wire: add use-wire (ce9e825)

Bug Fixes

0.1.2 (2019-12-20)

Features

Bug Fixes

  • update dependencies (a94f3cd)
  • fns: fix empty Fs type problem (f22479c)

Documentations

  • update docs related to fns (76cac88)

0.1.1 (2019-11-07)

Features

  • use-interferer: add use-interferer hook (61ae360)

Bug Fixes

  • use-wire: support initializer function returning undefined (0fc7036)
  • use-wire-state: support initializer function returning undefined (5e50241)

0.1.0 (2019-11-03)

Features

Documentations