Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 486 Bytes

Changelog

Unreleased

3.1.0 - 2024-03-06

  • Drop support for php 8.1
  • Update dependencies

3.0.0 - 2022-04-27

  • Require php 8.1
    • [BC] Use new language features and change method signatures

2.0.0 - 2021-08-10

  • [BC] Add an $initiator to ResponseDecoders supports method
  • Fix HttpProfilerFormatter test to work with cloned response

1.0.0 - 2021-05-13

  • Initial implementation