Releases: derrickbeining/react-atom
Releases · derrickbeining/react-atom
v2.0.0
2.0.0 (2018-11-21)
Bug Fixes
- docs: improve docs (c614b59)
- package.json: update homepage and license (802cfe4)
- readme: change url to typescript codesandbox (07cabbd)
- typings: don't let
set
change the type of Atom's state (019f93c), closes #7
BREAKING CHANGES
- typings:
set
will no longer typecheck if next state is not of the same type/interface is
current state
v1.0.8
1.0.8 (2018-11-20)
Bug Fixes
- docs: improve docs (a638448)
- package.json: update homepage and license (1845bb4)
v1.0.7
1.0.7 (2018-11-20)
Bug Fixes
- readme: change url to typescript codesandbox (3345ca9)
v1.0.6
1.0.6 (2018-11-20)
Bug Fixes
v1.0.5
1.0.5 (2018-11-19)
Bug Fixes
- package.json: make TS types available for consumption (68cbbfd)
v1.0.4
1.0.4 (2018-11-19)
Bug Fixes
- fix build config so project can be consumed by TS projects (034529d)
v1.0.3
1.0.3 (2018-11-19)
Bug Fixes
- readme: fix installation instructions (ugh) (0cda4df)
v1.0.2
1.0.2 (2018-11-19)
Bug Fixes
- readme: fix installation instructions (im an idiot) (a491bd8)
v1.0.1
1.0.1 (2018-11-19)
Bug Fixes
- readme: fix installation instructions (e99a17b)
v1.0.0
1.0.0 (2018-11-19)
chore
- README additions, swap TODO comment, minor test edits (c5ba211)
Features
- Atom, deref, swap, set, and tests (871efdf)
BREAKING CHANGES
chore: minor edits