Skip to content

0.5.3 https://github.com/zordius/fluxex/releases/tag/v0.5.3

Choose a tag to compare

@zordius zordius released this 18 Aug 10:10
· 238 commits to master since this release
  • [CORE] update package.json to support webpack
  • [CORE] Fluxex.InitScript supports devcore.js now
  • [EXTRA] refine gulpfile
    • will remove configs.aliasify , please use your package.json to store aliasify configs
    • remove unused react-tools and through2
    • jshint fixed
    • new devcore bundle task for develop mode to save main bundle time and file size
    • support config.uglify
  • [EXTRA] remove devDepdency of application: through2, react-tools
  • [EXTRA] add new depdency of application: iso-call
  • [EXTRA] add new devDepdency of application: envify
  • [EXTRA] unlock all locked depdency of example projects
  • [EXTRA] refine page Store URL parsing logic
  • [EXTRA] deprecated extra/fetch, migrate to extra/rpc
  • [EXTRA] polyfill IE8 console in extra/polyfill now (powered by Console-polyfill)
  • [EXTRA] deprecated .middlewareRouting() and .initServer() in extra/server
  • [EXTRA] new .createMiddlewareByAction() and .createMiddlewareWithRouting() in extra/server