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 8532f4f commit db95c8fCopy full SHA for db95c8f
CHANGELOG.md
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.7.1] - 2024-02-13
11
+### Fixed
12
+- Group parts of the regex together to make the intended operator precedence explicit.
13
+
14
## [v0.7.0] - 2024-02-13
15
### Added
-- Index file for TypeScript types
16
+- Index file for TypeScript types.
17
18
### Fixed
-- Missing AbortSignal option to RequestOptions
-- Missing package export for RequestOptions type
19
+- Missing AbortSignal option to RequestOptions.
20
+- Missing package export for RequestOptions type.
21
22
### Removed
23
- `PendingRequestBody` instance within the HTTP Client.
0 commit comments