reflux v0.1.8 Release Notes

    • โž• Added Reflux.connect, Reflux.listenTo, listenToMany conveniences. See #63 and #75
    • Stores may now use a listenables prop #63 to automatically register actions to callbacks
    • ๐Ÿ‘€ preEmit may now map or transform the action payload by returning something. See 58 and #78
    • Reflux now exposes a keep for easier introspection on actions and stores #56
    • โž• Added mixin interfaces ListenerMethods and PublisherMethods making it possible for users to extend Reflux's actions and stores. See #45