Changelog
v0.1.8
Reflux.connect
, Reflux.listenTo
, listenToMany
conveniences. See #63 and #75listenables
prop #63 to automatically register actions to callbackspreEmit
may now map or transform the action payload by returning something. See 58 and #78keep
for easier introspection on actions and stores #56ListenerMethods
and PublisherMethods
making it possible for users to extend Reflux's actions and stores. See #45