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

Releases: pluma/fynx

1.6.1

21 Jan 17:57
Compare
Choose a tag to compare

Published on bower as fynx.

1.6.0

03 Jan 21:22
Compare
Choose a tag to compare

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 to Fynx.createCursorStore
  • renamed "Services" to "Listeners"
  • added files section to package.json to cut down on npm bundle size

1.5.0

03 Jan 21:28
Compare
Choose a tag to compare

Changes:

  • added Fynx.listenToProp mixin

1.4.1

03 Jan 21:30
Compare
Choose a tag to compare

This is a maintenance release and does not contain any API changes or bugfixes.

1.4.0

03 Jan 21:29
Compare
Choose a tag to compare

Changes:

  • added connectVia mixin

1.3.2

03 Jan 21:33
Compare
Choose a tag to compare

Changes:

  • fixed a bug where the connectProp mixin might break if the prop is missing
  • extended test coverage
  • added .npmignore to cut down npm bundle size

1.3.1

03 Jan 22:00
Compare
Choose a tag to compare

This is a maintenance release and does not contain any API changes or bugfixes.

1.3.0

03 Jan 21:59
Compare
Choose a tag to compare

Renamed Flox to Fynx to avoid confusion with an unrelated project.