reflux v0.2.10 Release Notes

    • Exposing Reflux.utils #253
    • ๐Ÿ›  Fixing connectFilter #371
    • โž• Added links in README to extensions and plugins

    ๐Ÿ’ฅ Breaking changes to undocumented features

    • ๐Ÿ›  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