v4.4.0
What's Changed
- fix: The package skwas.MockHttp.Server.4.3.0 is missing a readme. by @skwasjer in #101
- fix(CA1307): 'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. by @skwasjer in #102
- fix(xUnit1012): Null should not be used for value type parameters by @skwasjer in #103
- perf(CA1848): Use the LoggerMessage delegates by @skwasjer in #104
- fix(CA1031): use exception handler middleware instead of catching all exceptions in ServerRequestHandler by @skwasjer in #105
- fix: wildcard match does not escape special regex characters by @skwasjer in #106
- chore: remove .NET 7 since this is now EOL by @skwasjer in #108
- refactor: replaced RequestUriMatcher with UriMatcher by @skwasjer in #110
- refactor: add new Pattern type that replaces IPatternMatcher<> to simplify API. by @skwasjer in #111
- fix: restore public API compatibility. by @skwasjer in #113
Chores
- ci: change to v4 actions / upgrade to NodeJS 20 by @skwasjer in #100
- ci: macos-latest has updated to ARM-based MacOS 14 which causes pipeline fail by @skwasjer in #107
- chore(deps): bump test dependencies by @skwasjer in #109
Full Changelog: v4.3.1...v4.4.0