Skip to content

Latest commit

 

History

History
107 lines (61 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

107 lines (61 loc) · 2.4 KB

Changelog

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.

[Unreleased]

[3.0.0] - 2021-10-13

Removed

  • Support for PHP 7.1, 7.2 and 7.3
  • Support for Symfony 4.4, 5.0, 5.1, 5.2

[2.3.0] - 2021-08-30

Added

  • Support for sensio/framework-extra-bundle 6.x

[2.2.0] - 2021-06-28

Added

  • PHP 8.0 support

[2.1.0] - 2021-06-25

Fixed

  • Deprecation message with Symfony 5.3 where getMasterRequest() is renamed to getMainRequest()
  • Fixed backwards compatible utilizing the RequestUtil which decides what method to call
  • Changed some variable names accordingly

Updated

  • Upgrade to Symfony 5.3
  • Updated php cs fixer 3.0

[2.0.6] - 2021-05-20

Changed

  • Doctrine ManagerRegistry in ResultConverter

2.0.5 - 2020-09-21

Fixed

  • Breaking change from 2.0.3 fixed at filter/sort

2.0.4 - 2020-09-21

Fixed

  • Breaking change with filter/sort from previous release when used with symfony < 5.1

2.0.3 - 2020-08-03

Fixed

  • Deprecations against symfony/http-foundation 5.1

2.0.2 - 2020-06-15

Fixed

  • Prevent method getUniquePlaceholder() hash from generating strings with a dot in it which will break doctrine query builder

2.0.1 - 2020-03-30

Fixed

  • Fix getPaginationLimit() getter when no pagination was given by the user

2.0.0 - 2020-03-20

Added

  • Support for Symfony 5.0
  • PHP quality checker to this project

Changed

  • Doctrine ORM to be an optional dependency
  • ApiToolkitRepository renamed to ApiToolkitServiceRepository
  • ApiToolkitDefaultRepository renamed to ApiToolkitRepository

Removed

  • support for symfony < 4.3

Fixed

1.0.15 - 2020-03-09

Last release without a changelog ;-)