Skip to content

Releases: staydecent/atom

v1.4.0

25 Feb 00:48
Compare
Choose a tag to compare

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

15 Jun 17:22
Compare
Choose a tag to compare

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