Releases: dennisdoomen/mockly
Releases · dennisdoomen/mockly
1.3.0
What's Changed
Improvements
- Clarify that a mock doesn't have a query string when the actual request has one by @Copilot in #73
- Add
WithBodyHavingPropertiesEqualToand changeWithBodyHavingPropertiesOfto partial matching by @Copilot in #74
Others
- Add Docusaurus documentation website with GitHub Pages deployment by @Copilot in #53
- Bump qs from 6.14.1 to 6.14.2 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in #68
- Bump the minor-dependencies group with 4 updates by @dependabot[bot] in #70
- Bump the all-actions group with 3 updates by @dependabot[bot] in #69
Full Changelog: 1.2.1...1.3.0
1.2.1
What's Changed
Fixes
- Handles null values in body assertions by @RoccoDevs in #67
New Contributors
- @RoccoDevs made their first contribution in #67
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
Improvements
- Improved the way the WithBodyXXX overloads are reported by @dennisdoomen in #59
- Include body of a request if it is textual in the failure by @dennisdoomen in #60
- Include the differences when using WithBodyEquivalentTo by @dennisdoomen in #65
Others
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #35
- Bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #34
- Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1 by @dependabot[bot] in #39
- Bump PublicApiGenerator from 11.5.3 to 11.5.4 by @dependabot[bot] in #40
- Added a test to verify matching a multiline body against a wildcard pattern by @dennisdoomen in #64
- Bump the minor-dependencies group with 9 updates by @dependabot[bot] in #61
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
Fixes
- Fix WithPath to handle URL-encoded characters by @Copilot in #51
Documentation
- Readme fixes by @ericvenneker in #49
New Contributors
- @ericvenneker made their first contribution in #49
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
Improvements
- Add RespondsWith overloads for HttpContent instances by @Copilot in #45
- Add IResponseBuilder interface for test data builder integration by @Copilot in #46
Fixes
- A custom port number wasn't always honored by @dennisdoomen in #43
- Throwing an exception from RespondsWith will still count as a request by @dennisdoomen in #44
Documentation
Others
- Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.1 by @dependabot[bot] in #20
- Fix coverage reporting by @dennisdoomen in #30
New Contributors
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
Fixes
- Fixed typo in CollectingRequest(s)In by @dennisdoomen in #29
Others
- Build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #21
New Contributors
- @dependabot[bot] made their first contribution in #21
Full Changelog: 1.0.0...1.0.1
1.0.0
First release
1.0.0-rc.6
WithBodyHavingProperty did not work correctly with multiple requests
1.0.0-rc.5
Allow assertions on requests that matched
1.0.0-rc.4
Bump InspectCode version