Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 3.46 KB

Change Log

v1.0.0 (2018-08-17)

v0.7.0 (2017-12-27)

  • Add update method with callback function #20 (malash)

v0.6.3 (2017-10-10)

v0.6.2 (2017-08-21)

  • External package in es/cjs build & add rollup-plugin-filesize #16 (malash)

v0.6.1 (2017-08-18)

  • Replace NODE_ENV in noflux-state.umd.js #15 (malash)

v0.6.0 (2017-08-10)

v0.5.2 (2017-07-13)

  • Fix bug: snapshot should emit get event #13 (malash)

v0.5.1 (2017-06-10)

v0.5.0 (2017-05-10)

v0.4.0 (2017-05-06)

  • Implement listener tree #10 (malash)
  • Use HEAD pointer in setByPath to increase code readability #9 (malash)
  • Add immutable Array operators #8 (malash)
  • Add snapshot delegate for state #7 (malash)

v0.3.0 (2017-04-23)

v0.2.0 (2017-04-12)

  • change event has path info #4 (malash)

v0.1.1 (2017-04-06)

v0.1.0 (2017-04-06)

  • Fix a bad case of event. #2

  • Event with namespace support. #3 (malash)

  • Basic State and Store implement #1 (malash)