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.
- Support for PHP 7.1, 7.2 and 7.3
- Support for Symfony 4.4, 5.0, 5.1, 5.2
- Support for sensio/framework-extra-bundle 6.x
- PHP 8.0 support
- Deprecation message with Symfony 5.3 where
getMasterRequest()
is renamed togetMainRequest()
- Fixed backwards compatible utilizing the RequestUtil which decides what method to call
- Changed some variable names accordingly
- Upgrade to Symfony 5.3
- Updated php cs fixer 3.0
- Doctrine ManagerRegistry in ResultConverter
2.0.5 - 2020-09-21
- Breaking change from 2.0.3 fixed at filter/sort
2.0.4 - 2020-09-21
- Breaking change with filter/sort from previous release when used with symfony < 5.1
2.0.3 - 2020-08-03
- Deprecations against symfony/http-foundation 5.1
2.0.2 - 2020-06-15
- Prevent method
getUniquePlaceholder()
hash from generating strings with adot
in it which will break doctrine query builder
2.0.1 - 2020-03-30
- Fix
getPaginationLimit()
getter when no pagination was given by the user
2.0.0 - 2020-03-20
- Support for Symfony 5.0
- PHP quality checker to this project
- Doctrine ORM to be an optional dependency
ApiToolkitRepository
renamed toApiToolkitServiceRepository
ApiToolkitDefaultRepository
renamed toApiToolkitRepository
- support for symfony < 4.3
1.0.15 - 2020-03-09
Last release without a changelog ;-)