You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
# 0.1.3
4
+
Fix critical bug in method `Action.empty`
5
+
small refactoring action.js, selector.js files
6
+
Write new tests
7
+
Update documentation
8
+
3
9
## 0.1.2
4
10
Write new tests (increase coverage)
5
11
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)
0 commit comments