Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

96 lines (72 loc) · 2.35 KB

Change Log

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.

[1.8.0]

Added

  • Support for PHP 8 attributes
  • Support for doctrine/annotations: ^2.0

[1.7.0]

Added

  • Support for Symfony 6.4

Changed

  • Fixed code style
  • Fixed tests

[1.6.0]

Added

  • Allow library to work with various version of paysera/lib-object-wrapper from 0.1.0

[1.5.1]

Changed

  • Changed error handling signatures to work with new versions.

[1.5.0]

Changed

  • psr/log bumped to ^2.0

[1.4.0]

Added

  • Support for Symfony 5.4

Changed

  • symfony/framework-bundle bumped to ^5.4
  • symfony/security-bundle bumped to ^5.4
  • symfony/validator bumped to ^5.4
  • symfony/yaml bumped to ^5.4

[1.3.1]

Changed

  • Updated the paysera/lib-normalization library.

[1.3.0]

Added

  • support for PHP 8
  • doctrine/persistence added

Changed

  • paysera/lib-normalization-bundle bumped to ^1.1.0
  • paysera/lib-normalization bumped to ^1.2.0
  • paysera/lib-dependency-injection bumped to ^1.3.0
  • doctrine/doctrine-bundle bumped to ^1.4|^2.0
  • doctrine/orm bumped to ^2.5.14|^2.6

Removed

  • support for PHP 7.0
  • paysera/lib-php-cs-fixer-config
  • doctrine/common

[1.2.0]

Changed

  • paysera_api.listener.locale listener priority changed.

[1.1.0]

Changed

  • When using annotations, RestRequestOptions will now be available after kernel.request event instead of kernel.controller one. This allows to show proper REST errors when exceptions are raised in the firewall.

Changed

  • ErrorNormalizer does not return keys with null values anymore. This means that you'll get errors like this:
{"error":"invalid_request","error_description":"Expected non-empty request body"}

instead of this:

{"error":"invalid_request","error_description":"Expected non-empty request body","error_uri":null,"error_properties":null,"error_data":null,"errors":null}

0.2.1

Changed

  • paysera/lib-pagination bumped to ^1.0

0.2.0

Changed

  • since paysera/lib-normalization version 1.0 null keys are not filtered.