Releases: derrickbeining/react-atom
Releases · derrickbeining/react-atom
v4.1.1
4.1.1 (2019-03-30)
Bug Fixes
- dependencies: upgrade @libre/atom to get DeepImmutable bug fix (98386a0)
v4.1.0
4.1.0 (2019-02-22)
Bug Fixes
Features
- re-export getValidator and setValidator from @libre/atom (2964b20)
v4.0.2
4.0.2 (2019-02-18)
Bug Fixes
- utils.ts: replace
Object.is
with ponyfill for unsupported envs (cab221b)
v4.0.0
4.0.0 (2019-02-05)
Features
BREAKING CHANGES
- remove
atom
function, which was an alias of Atom.of
v3.2.0
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.0
3.1.0 (2018-12-04)
Features
- types: add and expose
AtomState<A>
to extract state type info (ea798aa)