Releases: staydecent/atom
Releases · staydecent/atom
v1.4.0
Changes since 1.1.0
New
- Add unsubscribe
- Add addReducer, removeReducer
- Add setState function that uses internal reducer
- Add redux devtools integration
v1.1.0
New
- Handle multiple reducers #8
- Allow batching of actions #9
Fixes
- Always return a copy of the state reference #6
- Update devDependencies
- Switch jshint for standardjs
- Improve README