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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# CHANGELOG
2
2
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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ getRequestConfig | function | return con
242
242
getClientName | function | returns `action.payload.client` OR `'default'` | `M``C``A` | attempts to resolve used client name or use defaultClientName
243
243
defaultClientName | every possible object key type | `'default'` | `M` | key which define client used if `getClienName` returned false value
244
244
getRequestOptions | function | return `action.payload.options` | `M``C` | returns options object from action to override some values
245
-
interceptors | object `{request: [], response: []}` | | `M``C` | You can pass axios request and response interceptors. Take care, first argument of interceptor is different from default axios interceptor, first received argument is object with `getState`, `dispatch` and `action` keys
245
+
interceptors | object `{request: [], response: []}` | | `M``C` | You can pass axios request and response interceptors. Take care, first argument of interceptor is different from default axios interceptor, first received argument is object with `getState`, `dispatch` and `getAction` keys
0 commit comments