Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Jan 3, 2023
1 parent 45d1bc6 commit f161add
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
- Added .NET 7 target framework
- Add stream that rate limits response streams. by @skwasjer in #17
- Additional guards (Argument(Null)Exception) for certain extensions.
- Fix static code analysis warnings.
- Bump Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9 by @dependabot in #23
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` and its extensions.
- Removed obsolete `MockHttpHandler.VerifyNoOtherCalls()`. Use the replacement `VerifyNoOtherRequests()`
- Removed obsolete `UrlMatcher` and its extensions.
Expand Down
6 changes: 6 additions & 0 deletions src/MockHttp.Json/MockHttp.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<PackageTags>json mediatypeformatter httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
<PackageReleaseNotes>
v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
- Added .NET 7 target framework
- Fix static code analysis warnings.
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` extensions.
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
9 changes: 9 additions & 0 deletions src/MockHttp/MockHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<PackageTags>httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
<PackageReleaseNotes>
v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
- Added .NET 7 target framework
- Add stream that rate limits response streams. by @skwasjer in #17
- Additional guards (Argument(Null)Exception) for certain extensions.
- Fix static code analysis warnings.
- Bump Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9 by @dependabot in #23
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` and its extensions.
- Removed obsolete `MockHttpHandler.VerifyNoOtherCalls()`. Use the replacement `VerifyNoOtherRequests()`
- Removed obsolete `UrlMatcher` and its extensions.
Expand Down

0 comments on commit f161add

Please sign in to comment.