Skip to content

Commit

Permalink
chore: prep 0.1.0 release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann authored Jul 19, 2023
1 parent 3a709fa commit d3f5727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 0.1.0

- Add ability to provide `CancelToken` as well as send and receive progress callbacks to `NetworkRequest`s

:warning: **Breaking Changes:**

- Remove ability to provide `headers` to `NetworkRequest`s. Instead, pass `Options`.
- Migrate to `DioException` from the deprecated `DioError`.
- Remove proxy configuration on the underlying `Dio` instance during construction of `SturdyHttp`. If you want to configure proxy information, do it via an `Interceptor`.
- Add `inferContentType` parameter to constructor. This defaults to `true`. The previous behavior was no _not_ infer content-type header by default.

## 0.0.2

Expand Down

0 comments on commit d3f5727

Please sign in to comment.