Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: edtoken/redux-tide

Tags

v0.1.3

Toggle v0.1.3's commit message
# 0.1.3 Fix critical bug in method `Action.empty`

small refactoring action.js, selector.js files
Write new tests
Update documentation

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

Write new tests (increase coverage)
Add selector `getMergedActionsData`, for details please see [source](https://github.com/edtoken/redux-tide/blob/master/src/selector.js#L116) and [example](https://edtoken.github.io/redux-tide/?ex=merged-actions-data) and [example-source](https://github.com/edtoken/redux-tide/blob/master/website/src/merged-actions-data/index.js#L50)
Small refactoring
Improve all examples