Skip to content

Releases: redux-loop/redux-loop

Add Redux peerDependency, internal changes

11 Feb 20:26
Compare
Choose a tag to compare

This release adds redux ^3.0.0 as a peerDependency, just to make it official. It shouldn't have been possible to use redux-loop without that dependency any way so this is just a patch chance.

In addition, internal promises generated from effects always resolve with an array of actions now regardless of if they are guaranteed to return 0 or 1 actions, simplifying the effect runner and paving the way for cleaner higher-order effects similar to batch.

Transform keywords as properties for ES3 compat

27 Jan 20:58
Compare
Choose a tag to compare
Merge pull request #13 from raisemarketplace/luke/es3_properties_tran…

…spile

Luke/es3 properties transpile

Bug fix

22 Jan 00:54
Compare
Choose a tag to compare

Provide a default state for combineReducers so it doesn't attempt to look up previous state on undefined

Bug fix

21 Jan 03:26
Compare
Choose a tag to compare

Fixes problems arising due to #9

First release!

19 Jan 23:39
Compare
Choose a tag to compare

Hooray! This took a bit of effort get working to satisfaction, and based on some of the issues and issue comments in Redux and elsewhere there seems to be a desire from those that are familiar with Elm to be able to manage effects this way. Thanks to Raise and to everyone who helped and will contribute in the future!