All Versions
27
Latest Version
Avg Release Cycle
37 days
Latest Release
2932 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.3 Changes
September 18, 2015- ๐ Fix
bind
warning when usingStoreWatchMixin
withcreateClass
(#140)
- ๐ Fix
-
v1.7.2 Changes
September 18, 2015- โก๏ธ Update
StoreWatchMixin
to support ES6 classes (#135)
- โก๏ธ Update
-
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)
- โ Add
-
v1.6.0 Changes
June 16, 2015 -
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 ofcomponentWillMount
to make it harder to leak memory on the server
- Watch stores in