Skip to content

Commit 63401f2

Browse files
committed
2.0.0
1 parent c43b8d7 commit 63401f2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

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+
310
### v1.0.0 (2018/2/4)
411

512
**New features**
613

7-
- `init` is now optional
8-
- 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
916

1017
### v0.1.0 (2018/2/4)
1118

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-dedupe",
3-
"version": "1.0.0",
3+
"version": "2.0.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)