- Stop discarding the future when undoing
- Make history work as expected and actually useful
canUndo()
andcanRedo()
methods on Record instances
- Add
includeAction
callback for history
- Clean up history module
- Make exports of
immutable.js
module clearer
- Retake on history implementation and idea
- Add history implementation for immutable.js
- Move immutable.js implementations to own sub-module
- Add the possibility to dispatch iterators over actions
- Shorten parameter list of
Dispatcher#dispatch
- Add the possibility to dispatch promises
- Fix setter for immutable.js
- Add helper to bind action creators to stateful dispatcher
- initial release containing only the base dispatcher and wrappers for browsers (stateful dispatcher) and server (static dispatcher).