Skip to content

v0.1.7

Choose a tag to compare

@zordius zordius released this 08 Dec 05:21
· 1351 commits to master since this release

0.1.7 https://github.com/zordius/fluxex/releases/tag/v0.1.7

  • [CORE] Now all action promise handler can access context by this.
  • [CORE] New .restore() API for FluxexObject and Fluxex.
  • [EXTRA] New helper function to mount an action as express middleware.
  • [EXTRA] New common store page to deal with url and routing information.
  • [EXTRA] Sorter watch delay time for gulp tasks. Add document about vim setting to prevent double change events.
  • [EXTRA] New mixin to provide common getInitialState() and onStoreChange()` implement.