Skip to content

Commit

Permalink
Adding changelog for 0.16.1 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 19, 2018
1 parent 4fca675 commit 4977b7d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

The change log shows what have been Added, Changed, Deprecated and Removed between versions.

## 0.16.1

### Added

- `BasicAuthMiddleware`, `BearerAuthMiddleware`, `ContentLengthMiddleware` and `LoggerMiddleware`.
- `Browser::submitForm`
- Support for middleware chain when using `BatchClientInterface`
- `FormRequestBuilder` to help build a "form request".
- Added HTTP status code constants to `Response`.

### Changed

- Used Curl read function for large bodies.

### Deprecated

- Deprecated `Browser::send` in favor for `Browser::sendRequest`
- Deprecated `Browser::submit` in favor for `Browser::submitForm`

### Fixed

- Make sure `Browser` does not call deprecated functions.

## 0.16.0

### Changed
Expand Down

0 comments on commit 4977b7d

Please sign in to comment.