We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c070c50 commit 2430715Copy full SHA for 2430715
CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.7.0] - 2024-02-13
11
+### Added
12
+- Index file for TypeScript types
13
+
14
+### Fixed
15
+- Missing AbortSignal option to RequestOptions
16
+- Missing package export for RequestOptions type
17
18
+### Removed
19
+- `PendingRequestBody` instance within the HTTP Client.
20
21
## [v0.6.0] - 2024-02-13
22
### Added
23
- `timeout` method.
0 commit comments