All Versions
27
Latest Version
Avg Release Cycle
37 days
Latest Release
3142 days ago

Changelog History
Page 1

  • v1.7.3 Changes

    September 18, 2015
    • ๐Ÿ›  Fix bind warning when using StoreWatchMixin with createClass (#140)
  • v1.7.2 Changes

    September 18, 2015
    • โšก๏ธ Update StoreWatchMixin to support ES6 classes (#135)
  • v1.7.1 Changes

    August 06, 2015
    • ๐Ÿ˜Œ Relax restrictions on Lodash version (#128)
  • v1.7.0 Changes

    July 27, 2015
    • โž• Add Flux#getAllStores() to retrieve all currently registered stores (#127)
  • v1.6.0 Changes

    June 16, 2015
    • โž• Add Flux#setDispatchInterceptor to wrap or replace dispatch functionality (#100, #92)
  • v1.6.0-alpha1

    May 12, 2015
  • v1.5.4 Changes

    May 19, 2015
    • ๐Ÿ›  Fix incompatibility with Lodash 3.9.0
  • v1.5.3 Changes

    May 19, 2015
    • ๐Ÿ“ฆ Use built-in inherits instead of npm package (#116)
  • v1.5.2 Changes

    January 30, 2015
    • โฌ†๏ธ Upgrade to Lo-Dash 3.x
    • ๐Ÿ›  Fix minor typo in mixin warnings
  • v1.5.1 Changes

    December 08, 2014
    • Watch stores in componentDidMount instead of componentWillMount to make it harder to leak memory on the server