v0.11.0
New Features & Enhancements
- Add UMD build (6675385) - @timche
- Add
createActions
: create multiple action creators at once (812d5f2) - @yangmillstheory
Internal
- Change
actionCreator
topayloadCreator
for better naming (e7bdb2f) - @yangmillstheory - Refactor Build Process (d47a785) - @timche
- Simplify return logic; remove typeof check (1dc2449) - @yangmillstheory
- Simplify
handleActions
(5e78f25) - @yangmillstheory