We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a983d54 commit acb17e9Copy full SHA for acb17e9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.3.1
2
+
3
+* Adds dispatcher option `signAsync`. This allows flexible signing or other
4
+ mutation of locally dispatched actions.
5
6
# 0.3.0
7
8
* Internally, we now use the redux history for gossiping with other
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-scuttlebutt",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Redux distributed dispatcher",
"main": "lib/index.js",
"files": [
0 commit comments