Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 762 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 762 Bytes

Changelog

Unreleased

2.1.0 - 2024-03-06

  • Drop support for php 8.1
  • Add support for Symfon 7
  • Update dependencies

2.0.0 - 2022-05-06

  • Require php 8.1
    • [BC] Use new language features and change method signatures
  • Allow Symfony 6
  • [BC] Drop Symfony 4.4 and 5.1 support

1.3.0 - 2022-04-05

  • Allow setting a profiler bag verbosity in bundle configuration
  • Format generic classes in profiler

1.2.0 - 2021-08-10

  • Allow an $initiator in ResponseDecoders supports method

1.1.0 - 2021-07-28

  • Change a priority for JsonResponseDecoder to 60 (from 10) to be before a default priority (50)

1.0.0 - 2021-05-13

  • Initial implementation