Skip to content

Releases: BinaryMuse/fluxxor

Version 1.4.2

07 Oct 21:27
Compare
Choose a tag to compare
  • 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

11 Sep 15:55
Compare
Choose a tag to compare
  • Reduce file size by generating a smaller version file (#63) and using inherits package (#64)

Version 1.4.0

27 Aug 00:12
Compare
Choose a tag to compare
  • Action generating methods (methods in the actions parameter to the Fluxxor.Flux constructor) can access the Flux instance via this.flux.

Version 1.3.2

10 Jul 01:47
Compare
Choose a tag to compare
  • Ensure component is mounted before setting state in in StoreWatchMixin

Version 1.3.1

08 Jul 03:35
Compare
Choose a tag to compare
  • Fix Bower versioning

Version 1.3.0

30 Jun 03:53
Compare
Choose a tag to compare
  • Add support for namespaced actions

Version 1.2.2

25 Jun 18:23
Compare
Choose a tag to compare
  • Maintain references to stores on Flux object

Version 1.2.1

11 Jun 21:09
Compare
Choose a tag to compare
  • Throw when dispatching a value without a type property

Version 1.2.0

07 Jun 00:30
Compare
Choose a tag to compare
  • Allow synchronous back-to-back dispatches
  • Gracefully handle exceptions in action handlers
  • Add hasOwnProperty(key) checks throughout codebase

Version 1.1.3

24 May 20:04
Compare
Choose a tag to compare