All Versions
56
Latest Version
Avg Release Cycle
35 days
Latest Release
3225 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.13.10 Changes
โ Added
- DispatcherRecorder is a util that allows you to record and replay a series of actions. commit
- FinalStore is a util Store that emits a change once all other stores have emitted. commit
- โ Added a
saveStore
parameter toalt.createStore
. This parameter controls whether we should save the store internally (for snapshots, bootstraps) or not. Default is true. commit
๐ Fixed
- All the mixins in the mixins folder don't make React complain about binding. commit
-
v0.13.4 Changes
โ Added
- โ Add tests.
-
v0.13.3 Changes
Dependencies
- โฌ๏ธ Upgrade to Babel 4.0 (formerly 6to5). commit
-
v0.13.1 Changes
โ Added
- ๐ Allow same action name on different Action Classes. commit
-
v0.13.0 Changes
โ Added
- ๐ Allow unlimited bootstraps. commit