Fluxxor Versions Save

:hammer_and_wrench: Flux architecture tools for React

1.4.2

9 years ago
  • Throw an error when binding to a falsy action type (#50)
  • Reduce npm package size with .npmignore (#65)
  • Warn if a dispatch is not handled by any store (#66)
  • Reduce file size slightly by using EventEmitter3 instead of Node.js events module

1.4.1

9 years ago
  • Reduce file size by generating a smaller version file (#63) and using inherits package (#64)

1.4.0

9 years ago
  • Action generating methods (methods in the actions parameter to the Fluxxor.Flux constructor) can access the Flux instance via this.flux.

1.3.2

9 years ago
  • Ensure component is mounted before setting state in in StoreWatchMixin

1.3.1

9 years ago
  • Fix Bower versioning

1.3.0

9 years ago
  • Add support for namespaced actions

1.2.2

9 years ago
  • Maintain references to stores on Flux object

1.2.1

9 years ago
  • Throw when dispatching a value without a type property

1.2.0

9 years ago
  • Allow synchronous back-to-back dispatches
  • Gracefully handle exceptions in action handlers
  • Add hasOwnProperty(key) checks throughout codebase

1.1.3

9 years ago