This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
Releases: pluma/fynx
Releases · pluma/fynx
1.6.1
1.6.0
With [email protected]
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
toFynx.createCursorStore
- renamed "Services" to "Listeners"
- added
files
section topackage.json
to cut down on npm bundle size