Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 653 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 653 Bytes

Changelog

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.

[Unreleased]

Changed

  • Mock creation now goes via a builder type to prevent some correctness issues involving cloning and attaching multiple modified copies of a mock

Fixed

  • Fixed some intra-doc links which were broken

[0.1.0] - 2025-03-03

Added

  • Added mock server
  • Matching for requests (path/query parameters/headers)
  • Matching for stream contents
  • Responder abstraction