We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43b8d7 commit 63401f2Copy full SHA for 63401f2
CHANGELOG.md
@@ -1,11 +1,18 @@
1
# Changelog
2
3
+### v2.0.0 (2018/2/4)
4
+
5
+**Breaking**
6
7
+* `dedupeOptions` is now optional. The `responseType` is `"json"` by default, unless the
8
+ status code is 204, in which case it will be `"text"`.
9
10
### v1.0.0 (2018/2/4)
11
12
**New features**
13
-- `init` is now optional
-- A `requestKey` will be generated for you if it is omitted
14
+* `init` is now optional
15
+* A `requestKey` will be generated for you if it is omitted
16
17
### v0.1.0 (2018/2/4)
18
package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-dedupe",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "A thin wrapper around fetch that prevents duplicate requests.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments