Releases: dmaicher/menu-bundle
Releases · dmaicher/menu-bundle
v5.3.0
What's Changed
- prevent calling ->end() on root node by @dmaicher in #45
- technically this is a BC break but since it might hide bugs I decided to release this as a minor update
Full Changelog: v5.2.2...v5.3.0
v5.0.0
- Add Symfony 6 compatiblity
- BC break: add type-hints
- BC break: make several classes final
v4.2.1
- fix some phpdoc for
Node
class
v4.2.0
- drop Symfony 5.2 support
- restrict supported twig versions to
^1.35 || ^2.4.4 || ^3.0"
- add .gitattributes
- mark some classes as
@final
- introduce service aliases for default interface implementations