Skip to content

0.7.1 https://github.com/zordius/fluxex/releases/tag/v0.7.1

Choose a tag to compare

@zordius zordius released this 30 Mar 01:38
· 94 commits to master since this release
  • [CORE] remove context API: ._getHeader() . All request related things should be placed into a rpc.
  • [CORE] refine context API: .dispatch() now always returns a Promise and never throw exception.
  • [EXTRA] now commonStores.page will throw when try to .dispatch('UPDATE_URL') to different host.
  • [EXTRA] new API: commonStores.page .getPath()
  • [EXTRA] commonStores.page API change: rename .getRoutingParam() to .getRouteParams()
  • [EXTRA] commonStores.page now handle url.href more correctly
  • [EXTRA] remove deplicated commonStores.page API: .getParam() (should migrate to .getParams() )
  • [EXTRA] fix a typo in gulpfile
  • [EXTRA] gulp config eslint_fail changed from through object into function