Skip to content

Latest commit

 

History

History
79 lines (43 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

79 lines (43 loc) · 1.69 KB

Changelog

All notable changes to atlas-mock-client will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

1.2.0 - 2024-11-11

What's Changed

Added

  • Request matcher by @jenky in #2

Full Changelog: https://github.com/phanxipang/mock-client/compare/1.1.1...1.2.0

1.1.1 - 2024-08-29

Full Changelog: https://github.com/phanxipang/mock-client/compare/1.1.0...1.1.1

1.1.0 - 2023-09-22

What's Changed

  • Moving to org by @jenky in #1

New Contributors

  • @jenky made their first contribution in #1

Full Changelog: https://github.com/phanxipang/mock-client/compare/1.0.5...1.1.0

1.0.5 - 2023-06-21

Fixed

  • Fix sequential issue with ScopingMockClient

Full Changelog: https://github.com/jenky/atlas-mock-client/compare/1.0.4...1.0.5

1.0.4 - 2023-04-29

Fixed

  • Fix Content-Type header for xml file.

1.0.3 - 2023-04-29

Added

  • Add Content-Type header automatically based on fixture file extension.

1.0.2 - 2023-03-24

Added

  • Add missing dependency: php-http/discovery.

1.0.1 - 2023-03-24

Fixed

  • Rerelease.