Releases: KnpLabs/KnpMenu
Releases · KnpLabs/KnpMenu
3.8.0
What's Changed
- Fix twig runtime extension last modification time detection by @daniser in #405
- Add an attribute to mark menu builder methods by @stof in #406
- Improve type analysis by @stof in #407 and #409
- Use WeakMap instead of SplObjectStorage to avoid memory leak by @andrew-demb in #404
- Restrict the API surface with internal and final tags by @stof in #408
New Contributors
- @daniser made their first contribution in #405
- @andrew-demb made their first contribution in #404
Full Changelog: v3.7.0...v3.8.0
v3.7.0
This release allows KnpMenu to work with the future release of Twig 4, by removing the deprecated spaceless filter.
This was done in a way which should be probably improved. For all the details about it, please check the discussions on PR #399
What's Changed
Full Changelog: v3.6.0...v3.7.0
v3.6.0
v3.5.0
What's Changed
- chore: add ci tests for php 8.3 by @Chris53897 in #383
- drop $ so gitclip works by @tacman in #385
- allow Symfony 7 by @garak in #386
- Add callback voter by @Florin1 in #387
- docs: fix ci badge and https link to composer by @Chris53897 in #390
- chore: bump github action versions to fix ci deprecations by @Chris53897 in #389
- tests: make DataProviders static in preparation for PHPUnit 10 by @Chris53897 in #391
- feat: drop support for PHP < 8.1 by @Chris53897 in #392
New Contributors
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Correct spelling in docs by @gnito-org in #358
- Removed undefined method
addVoterby @magdicom in #364 - Add support for query parameters matching to RouteVoter by @yguedidi in #366
- Add a CI job running phpstan by @stof in #367
- upgrade to php 7.4 by @stephanvierkant in #365
- fix error in baseline by @garak in #372
- chore: add ci tests for php 8.2, bump github actions versions by @Chris53897 in #373
- tests: make dataproviders static (part 1) by @Chris53897 in #377
- docs: fix internal link by @Chris53897 in #375
- feat: drop support of php 7.4 by @Chris53897 in #376
New Contributors
- @gnito-org made their first contribution in #358
- @magdicom made their first contribution in #364
- @yguedidi made their first contribution in #366
- @Chris53897 made their first contribution in #373
Full Changelog: v3.3.0...v3.4.0