reflux v6.4.0 Release Notes

Release Date: 2017-02-28 // about 7 years ago
    • 👌 Improved on class extending function used internally.
    • ✅ Made that extending function available externally at Reflux.utils.inherits(NewClass, InheritsFrom) so that it can be used for testing.
    • Made MyStore.state work as shortcut access to MyStore.singleton.state (not available in IE9 and IE10, plan usage accordingly for your project).