Releases: BinaryMuse/fluxxor
Releases · BinaryMuse/fluxxor
Version 1.4.2
- 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
Version 1.4.1
Version 1.4.0
- Action generating methods (methods in the
actions
parameter to theFluxxor.Flux
constructor) can access theFlux
instance viathis.flux
.
Version 1.3.2
- Ensure component is mounted before setting state in in StoreWatchMixin
Version 1.3.1
- Fix Bower versioning
Version 1.3.0
- Add support for namespaced actions
Version 1.2.2
- Maintain references to stores on Flux object
Version 1.2.1
- Throw when dispatching a value without a
type
property
Version 1.2.0
- Allow synchronous back-to-back dispatches
- Gracefully handle exceptions in action handlers
- Add hasOwnProperty(key) checks throughout codebase
Version 1.1.3
- Add Bower support