Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 688 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 688 Bytes

Changelog

v3.2.0 - 2021-12-02

  • add support for Symfony 6

v3.1.0 - 2021-11-29

  • add ability to register request handlers as callable to instantiate them on demand to reduce memory load

v3.0.0 - 2021-10-04

  • require dogado/json-api-common:^3.0

See json-api-common changelog for more details.

v2.0.0 - 2021-07-11

  • drop php 7.4 support
  • drop primary doctrine/annotations support for model validation
  • require dogado/json-api-common:^2.0
  • prepare support for symfony/validator:^6.0

See UPGRADE-2.0.md for more details.

v1.0.0 - 2021-05-21

  • initial release