Skip to content

Commit 4c4b996

Browse files
committed
docs: update changelog for v0.3.0
1 parent 38785df commit 4c4b996

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.3.0] - 2023-12-29
11+
### Added
12+
- `withOption` and `withOptions` helper methods.
13+
14+
### Changed
15+
- The HTTP Client constructor to accept an optional second parameter as an object for Fetch Options.
16+
- `replaceHeader`, `withCredentials`, `withHeader` and `withToken` methods to utilize the withOptions method or the options property.
17+
- `replaceHeaders` and `withHeaders` methods accept Header instances.
18+
19+
### Fixed
20+
- Missing type for mockedResponse variable.
21+
22+
### Removed
23+
- `PendingRequestAuthorization`, `PendingRequestCredentials`, and `PendingRequestHeaders` instances within the HTTP Client.
24+
1025
## [v0.2.0] - 2023-12-24
1126
### Added
1227
- Support higher node versions.

0 commit comments

Comments
 (0)