This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Releases: qandidate-labs/symfony-json-request-transformer
Releases · qandidate-labs/symfony-json-request-transformer
2.2.0
What's Changed
- update supported PHP versions by @othillo in #55
- test on PHP 8.2 by @othillo in #56
- update supported Symfony versions by @othillo in #57
- Fix Symfony 6.2 deprecation by @darenas31415 in #58
New Contributors
- @darenas31415 made their first contribution in #58
Full Changelog: 2.1.1...2.2.0
Bugfix for an accidental BC break
2.1.0 PHP8.1 and Symfony 6
What's Changed
- CHANGELOG.md by @othillo in #33
- Use constant instead of magic number for response status code by @jdreesen in #35
- Fix Symfony 5.1 deprecation by @jdreesen in #36
- require patched versions by @othillo in #37
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #38
- configured stale bot by @othillo in #42
- GitHub actions by @othillo in #41
- Update phpunit/phpunit requirement from ^8.0 to ^9.5 by @dependabot in #39
- added GitHub actions build status badge by @othillo in #43
- test on PHP 8.1 by @othillo in #44
- phpstan/phpstan ^1.0 by @othillo in #47
- Test against Symfony 6 by @wjzijderveld in #52
New Contributors
- @jdreesen made their first contribution in #35
- @dependabot-preview made their first contribution in #38
- @dependabot made their first contribution in #39
Full Changelog: 2.0.0...2.1.0
2.0.0 PHP 7.2
- 5eff710 .mailmap for changelog (othillo)
- 9b45e5f use PHPStan ^0.12.14 (othillo)
- c3a8c29 prepare for 2.0 (othillo)
- d63c6c7 PSR-4 (othillo)
- 2b811d7 adopted Broadway coding standard (othillo)
- a1fd0f2 PHPStan level max (othillo)
- b63e534 fixed Travis CI build status badge (othillo)
- 15d97cc Makefile (othillo)
- f029380 drop Symfony 3.4 support (othillo)
- e840509 PHPUnit 8 (othillo)
- 4f1cfc4 replaced GetResponseEvent with RequestEvent (othillo)
- 854e4c2 only support actively supported Symfony versions (othillo)
- 27db6f1 only test actively supported PHP versions (othillo)
1.3.0: Symfony 4
Merge pull request #15 from bartosz-maciaszek/symfony4 Compatibility with Symfony 4
1.2.2: Merge pull request #13 from fracz/patch-1
Return immediately if request is not json
1.1.0
Lowered required symfony/http-kernel version to 2.3