Skip to content

Commit a4f887d

Browse files
committed
docs(): updated the formatting and added newest changes
1 parent 2e48fe6 commit a4f887d

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

CHANGELOG.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,56 @@
11
# CHANGELOG
22

3-
## 3.1.3 ( March 15, 2017 )
4-
- in interceptors, you can use `getAction` to receive action which triggered interceptors, for now, bug with `action` will not be removed, but it'll be removed in 4.0 as it is breaking change
3+
## 4.0.0
4+
#### _Mar 14, 2017_
5+
6+
##### Breaking Changes
7+
- [interceptors] We have replaced the `action` parameter with a new `getSourceAction` function which will return the action which triggered the interceptor. [#33](https://github.com/svrcekmichal/redux-axios-middleware/issues/33) [#34](https://github.com/svrcekmichal/redux-axios-middleware/issues/34)
8+
9+
##### Docs
10+
- Updated the changelog formatting.
11+
12+
## 3.1.2
13+
#### _Feb 20, 2017_
514

6-
## 3.1.2 ( Feb 20, 2017 )
715
- exclude our .babelrc from our npm build.
816

9-
## 3.1.1 ( Feb 17, 2017 )
17+
## 3.1.1
18+
#### _Feb 17, 2017_
19+
1020
- corrected the entry for the webpack config
1121

12-
## 3.1.0 ( Feb 17, 2017 )
22+
## 3.1.0
23+
#### _Feb 17, 2017_
24+
1325
- add webpack build to support UMD [#40](https://github.com/svrcekmichal/redux-axios-middleware/issues/40)
1426
- exported success and error suffixes [#42](https://github.com/svrcekmichal/redux-axios-middleware/issues/42)
1527

16-
## 3.0.0 ( Sep 8, 2016 )
28+
## 3.0.0
29+
#### _Sep 8, 2016_
30+
1731
- changed default action prefixing
1832

19-
## 2.0.0 ( Aug 10, 2016 )
33+
## 2.0.0
34+
#### _Aug 10, 2016_
35+
2036
- changes to support axios@0.13
2137
- removed enhanced getState function as first interceptor argument
2238

23-
## 1.3.0 ( Jun 14, 2016 )
39+
## 1.3.0
40+
#### _Jun 14, 2016_
41+
2442
- added warning to not use first interceptor argument as `getState` function
2543
- added `dispatch` and `action` to first interceptor argument - [#26](https://github.com/svrcekmichal/redux-axios-middleware/pull/26)
2644

27-
## 1.2.0 ( Jun 7, 2016 )
45+
## 1.2.0
46+
#### _Jun 7, 2016_
47+
2848
- provide ability to specify failure interceptors that run when request fails [#20](https://github.com/svrcekmichal/redux-axios-middleware/issues/20)
2949
- fixed interceptors default values
3050

31-
## 1.1.0 ( Jun 1, 2016 )
51+
## 1.1.0
52+
#### _Jun 1, 2016_
53+
3254
- support for multiple client [#6](https://github.com/svrcekmichal/redux-axios-middleware/issues/6)
3355
- configuration of middleware on all layers (middleware, client, action)
3456
- Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options

0 commit comments

Comments
 (0)