Changelog
v0.2.10
Fixed circular referencing to the index js file. Should fix issues building with bower package. This means you can't replace the ActionMethods and StoreMethods objects (as the previous unit tests did), you have to add properties to them.
Removed native-promise-only
dependency. Reflux does an initial check for Promises and will instead create async actions using triggerAsync
instead of triggerPromise
if Promise
is missing from the environment. Do use a Promise polyfill or your own Promise library if you plan to use this behavior. #302