File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments