Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 728 Bytes

[0.1.1]

  • fix hot-reload bug
  • add excluedSelf in broadcast
  • rename sample to example
  • rename docs to doc

[0.1.2]

  • add stfState field in Context #58
  • add batchedNotify feature in page-store
  • add some docs
  • correct spelling

[0.1.3]

  • add support for immutable-state #111
  • fix the same type of state component reuse in listview #107
  • remove warnings in logMiddleware for debug-actions #98
  • correct spelling
  • modify bindAction #73

[0.1.4]

  • add support for AppStore
  • add routes
  • move middleware/aop to the top dir
  • add PrivateReducerMixin
  • add reselect
  • add docs

[0.1.5]

  • fix bug if notified on building
  • reconstruct test
  • add mergeMiddleware$