Releases: dennisdoomen/mockly
Releases · dennisdoomen/mockly
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
1.0.0-rc.3
More dogfooding feedback
1.0.0-rc.2
What's Changed
Others
- Fix the pipeline by @dennisdoomen in #18
- Dog fooding feedback by @dennisdoomen in #23
Full Changelog: 0.1.0...1.0.0-rc.2