Skip to content

1.0.0

Compare
Choose a tag to compare
@sorrycc sorrycc released this 27 Dec 09:29
· 585 commits to master since this release
  • #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 to dva()
    • 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