Changelog
3.5.2
registerAll(action, handler)
is effectively the same as registerAllAsync(action, null, handler, null)
@hugobessaaChangelog
3.5.0
Flux#createActions()
will now also accept a plain JavaScript object instead of an Actions class.Changelog
3.3.3
Uncaught (in promise) errors
once and for all (hopefully). Big thanks to @johanneslumpe.Changelog
3.3.2