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 6330ae1 commit b160f9bCopy full SHA for b160f9b
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.9.1] - 2024-12-07
11
+### Fixed
12
+- The URL structure would include an unnecessary trailing slash.
13
+- The `buildUrl()` logic to prevent duplicate slashes in the URL structure.
14
+- The detecting Mocked Response URL logic to support the new URL structure.
15
+- Requests that contain form data not sending the data.
16
+
17
## [v0.9.0] - 2024-11-20
18
### Changed
19
- Upgrade dev dependencies.
0 commit comments