Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
- [Experimental]
Note: Gaps between patch versions are faulty/broken releases. Note: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
- New Feature
- Expose action creators from
createActionType
, fix #15 (@FredyC)
- Expose action creators from
- Breaking Change
- complete refactoring (@gcanti), thanks @fabiosussetto
- Internal
- upgrade to redux 3.0.0
- remove unnecessary condition in
isReduxAction
- handle DevTools's
@@INIT
action
- Internal
- relax isReduxAction, fix #2 (thanks @clintwood)
- New Feature
- better error messages
- Internal
- added tests