Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Feb 5, 2018
1 parent c43b8d7 commit 63401f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

### v2.0.0 (2018/2/4)

**Breaking**

* `dedupeOptions` is now optional. The `responseType` is `"json"` by default, unless the
status code is 204, in which case it will be `"text"`.

### v1.0.0 (2018/2/4)

**New features**

- `init` is now optional
- A `requestKey` will be generated for you if it is omitted
* `init` is now optional
* A `requestKey` will be generated for you if it is omitted

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63401f2

Please sign in to comment.