All Versions
39
Latest Version
Avg Release Cycle
11 days
Latest Release
1912 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.1.8 Changes
- โ 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
andPublisherMethods
making it possible for users to extend Reflux's actions and stores. See #45
- โ Added
-
v0.1.5 Changes
- ๐ Bug fix
-
v0.1.3 Changes
- โ Added hooks
preEmit
andshouldEmit
for actions #16 - ๐ Various bug fixes and
.jshintrc
file created for grunt build
- โ Added hooks
-
v0.1.0 Changes
- โ Removed lodash dependency #1