Releases: picadoh/mockserver-client-net
Releases · picadoh/mockserver-client-net
2.1.0
2.0.0
1.2.0
TLS support / Request Matchers / Response Content
Adding support to:
- TLS
- Request Body Matchers (other than a string)
- Response Body Content (other than a string)
- Priority-based expectation matching
- Reason phrase on expectation responses
- Defaults and method overloads for cleaner API usage
Async support
- Async support
- Bug fixing
- Code cleanup
Improved package information
Added more complete information to package description so it is easier to find and understand.
MockServerClientNet first major release - 2018.07.06
Breaking change on the package naming. Now it's called MockServerClientNet (formerly MockServerClientCSharp).
Automated deployments
Adding travis-ci build script Signed-off-by: Hugo Picado <hugo.pcd@gmail.com>
Added ability to load from file
It was added the ability to load expectations from a file in a JSON format to make it easier to configure the expectations externally to the code of the application using this client.
.NET Standard Support
Adding support to .NET Standard
Bug fixes
Clear & Verify
Adding Clear and Verify operations to Fluent API