Skip to content

Releases: redbooth/backbone-redux

0.2.0

07 Jan 12:00
Compare
Choose a tag to compare

Exposed 2 new functions:

  • buildReducers — Creates reducers based on a collectionMap, basically calling reducerFabric on each defined reducer.
  • buildEars — Creates the basic action creators using actionFabric, and binds them to the appropriate Backbone.Collection events.

These functions are essential if you want to override fully how automatic syncing works and want to fully control the process.

0.1.0

07 Jan 11:40
Compare
Choose a tag to compare

Initial public release