We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f6fc2 commit 6bd590fCopy full SHA for 6bd590f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### v2.1.0 (2018/2/7)
4
+
5
+**New Features**
6
7
+* `responseType` can now be specified as a function. This is useful for backends that don't
8
+ respect the `Accept` header. "Enterprisey" backends frequently return text stack traces
9
+ for errors, as an example.
10
11
### v2.0.0 (2018/2/4)
12
13
**Breaking**
package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-dedupe",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "A thin wrapper around fetch that prevents duplicate requests.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments