Skip to content

Commit 6bd590f

Browse files
committed
2.1.0
1 parent d9f6fc2 commit 6bd590f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
### v2.0.0 (2018/2/4)
412

513
**Breaking**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-dedupe",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A thin wrapper around fetch that prevents duplicate requests.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)