1.0.0
- #42
- Add namespace prefix for reducers and effects automatically
- Add namespace prefix for dispatch in subscriptions, and put in effects
- Delete api
dva/effects
, it's passed to effect as second argument - Simplify
app.start()
, move config todva()
- Change subscriptions format to Object, keep the same with effects and reducers
- Replace assert with invariant and warning
- Refactor testcase
- #56 - Remove router match from history, use path-to-regexp instead, example
- #59 - Add onEffect hook, so we can use plugin like dva-loading
- #71 - Use handleActions directly to resize dva size by 46K (minified)
Docs: Upgrade to 1.0.0