0.1.9 https://github.com/zordius/fluxex/releases/tag/v0.1.9
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
FluxStoretoFluxexStore. - [CORE] Now
.emitChange(),.addChangeListener()and.removeChangeListener()returnFluxexStoreitself for chaining. - [EXTRA] Add new
fluxex_startercommand to create your new project. - [EXTRA] Add new
fetchextra 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()instorechangenow return an empty object when.getStateFromStores()return nothing.