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 733eb7f commit c828826Copy full SHA for c828826
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 3.0.0 ( Sep 8, 2016 )
4
+- changed default action prefixing
5
+
6
## 2.0.0 ( Aug 10, 2016 )
7
- changes to support axios@0.13
8
- removed enhanced getState function as first interceptor argument
@@ -18,4 +21,4 @@
18
21
- Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options
19
22
20
23
## 1.0.0
-- first stable version of middleware
24
+- first stable version of middleware
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-axios-middleware",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Redux middleware for fetching data with axios HTTP client",
"main": "lib/index.js",
"scripts": {
0 commit comments