All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Mock creation now goes via a builder type to prevent some correctness issues involving cloning and attaching multiple modified copies of a mock
- Fixed some intra-doc links which were broken
- Added mock server
- Matching for requests (path/query parameters/headers)
- Matching for stream contents
- Responder abstraction