Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

1.6.0

Choose a tag to compare

@pluma pluma released this 03 Jan 21:22
· 78 commits to master since this release

With axn@1.6.0 Fynx now supports asynchronous actions using ES6 promises. Additionally there is now a new store type for immutable data that doesn't use cursors and the createStore function has been renamed for consistency. The old name will be supported for backwards-compatibility but its use is discouraged.

Changes:

  • added Fynx.createAsyncAction, Fynx.createAsyncActions
  • added Fynx.createSimpleStore
  • renamed Fynx.createStore to Fynx.createCursorStore
  • renamed "Services" to "Listeners"
  • added files section to package.json to cut down on npm bundle size