Releases: KnpLabs/snappy
Releases · KnpLabs/snappy
v1.5.0
What's Changed
- Add support symfony 7 by @alexpozzi in #496
Adds:
- support for symfony/symfony 7.x
Removes:
- support for PHP 7.x
- support for symfony/symfony version 3.x and 4.x
- support for psr/log 1
Full Changelog: v1.4.4...v1.5.0
v1.4.4
What's Changed
- fix: allowed output file protocols on Windows by @alexpozzi in #490
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- chore: add ci tests for php 8.2, bump github actions versions (with phpstan fixed) by @alexpozzi in #475
- Update README.md by @jeffersonsimaogoncalves in #476
- chore: add tests for php 8.3, bump dev tests to symfony 6.4 by @Chris53897 in #485
- fix: security advisory GHSA-92rv-4j2h-8mjj by @alexpozzi in #488
New Contributors
- @jeffersonsimaogoncalves made their first contribution in #476
- @Chris53897 made their first contribution in #485
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- fix: security issue GHSA-gq6w-q6wh-jggc by @AntoineLelaisant in #469
New Contributors
- @AntoineLelaisant made their first contribution in #469
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- fix: logger aware interface issue by @alexpozzi in #449
Full Changelog: v1.4.0...v1.4.1
v1.4.0: Support for Symfony 6
Hi!
This is a small release that allows symfony/process
version 6.
What's Changed
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- build: migrate to github actions by @alexpozzi in #437
- fix: function signatures incompatibilities with previous version by @alexpozzi in #439
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add @alexpozzi as maintainer by @alexpozzi in #384
- Added code of conduct and link to it in contributing file by @eveyonline in #386
- Add phpstan level 4 CI check by @alexpozzi in #387
- Add contributing guidelines by @alexpozzi in #388
- deleted enforcement chapter by @eveyonline in #390
- Increase phpstan level to 8 by @alexpozzi in #391
- Add csfixer ci check by @alexpozzi in #392
- Revert types to avoid breaking snappy bundle compatibility by @alexpozzi in #405
- Allow newer versions of the psr/log package by @mbabker in #425
New Contributors
- @eveyonline made their first contribution in #386
- @mbabker made their first contribution in #425
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Added Symfony Support
Hi!
This release adds Symfony 5 support, as well as a few other minor changes: v1.1.0...v1.2.0
Enjoy!