Skip to content

0.1.9 https://github.com/zordius/fluxex/releases/tag/v0.1.9

Choose a tag to compare

@zordius zordius released this 16 Dec 04:47
· 1226 commits to master since this release

0.1.9 https://github.com/zordius/fluxex/releases/tag/v0.1.9

  • [CORE] Now .getInitScript() will return empty string when .initClient() is done.
  • [CORE] Now .set() on undefined do not require 3rd parameter.
  • [CORE] Rename FluxStore to FluxexStore.
  • [CORE] Now .emitChange(), .addChangeListener() and .removeChangeListener() return FluxexStore itself for chaining.
  • [EXTRA] Add new fluxex_starter command to create your new project.
  • [EXTRA] Add new fetch extra module to wrap npm:request calls by service name.
  • [EXTRA] Now gulp task will minify javascript by npm:uglifyify.
  • [EXTRA] Better error handling in pjax.
  • [EXTRA] Fix a bug in .routeToURL().
  • [EXTRA] .getInitialState() in storechange now return an empty object when .getStateFromStores() return nothing.