Skip to content

Commit

Permalink
bump, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewestby committed Dec 9, 2020
1 parent 626f0c6 commit 61b21f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### 8.0.0

Adds support for `tracker` on requests

#### Additions

- `HttpBuilder.withTracker`: adds a tracker key to the request builder

#### Changes

- Add a new property `tracker` to `RequestBuilder`

### 7.0.1

Fixes misspelled content-type for x-www-form-urlencoded bodies

#### Changes

- Fixes misspelled content-type for x-www-form-urlencoded bodies. Prior to this change
it was spelled `x-www-form-urlencode`, which is missing the final `d`. Fix provided by
@TheAlemazing.

### 7.0.0

Upgrades the underlying elm/http version to the 2.0.0 API.
Expand Down
4 changes: 2 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "lukewestby/elm-http-builder",
"summary": "Pipeable functions for building HTTP requests",
"license": "MIT",
"version": "7.0.1",
"version": "8.0.0",
"exposed-modules": [
"HttpBuilder",
"HttpBuilder.Task"
Expand All @@ -17,4 +17,4 @@
"elm/url": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}
}

0 comments on commit 61b21f8

Please sign in to comment.