Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Releases: derrickbeining/react-atom

v4.1.1

30 Mar 21:46
Compare
Choose a tag to compare

4.1.1 (2019-03-30)

Bug Fixes

  • dependencies: upgrade @libre/atom to get DeepImmutable bug fix (98386a0)

v4.1.0

22 Feb 16:20
Compare
Choose a tag to compare

4.1.0 (2019-02-22)

Bug Fixes

Features

  • re-export getValidator and setValidator from @libre/atom (2964b20)

v4.0.2

18 Feb 00:56
Compare
Choose a tag to compare

4.0.2 (2019-02-18)

Bug Fixes

  • utils.ts: replace Object.is with ponyfill for unsupported envs (cab221b)

v4.0.1

07 Feb 16:30
Compare
Choose a tag to compare

4.0.1 (2019-02-07)

v4.0.0

05 Feb 03:53
Compare
Choose a tag to compare

4.0.0 (2019-02-05)

Features

BREAKING CHANGES

  • remove atom function, which was an alias of Atom.of

v3.2.0

03 Feb 04:04
Compare
Choose a tag to compare

3.2.0 (2019-02-03)

Bug Fixes

  • initialize should not be exported as create (2cef357)

Features

  • add initialize function to initialize with alt hooks (ad5f056)

v3.1.3

05 Dec 15:39
Compare
Choose a tag to compare

3.1.3 (2018-12-05)

v3.1.2

05 Dec 02:26
Compare
Choose a tag to compare

3.1.2 (2018-12-05)

v3.1.1

05 Dec 02:06
Compare
Choose a tag to compare

3.1.1 (2018-12-05)

v3.1.0

04 Dec 03:23
Compare
Choose a tag to compare

3.1.0 (2018-12-04)

Features

  • types: add and expose AtomState<A> to extract state type info (ea798aa)