Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Releases: vdhicts/menu-builder

Update to PHP 8+

06 Mar 11:45
3ca3a67
Compare
Choose a tag to compare

This release was all about the upgrade to PHP 8+ and cleaning up the repo. That resulted in some breaking changes, so I suggest you to read the changelog below.

Added

  • Add support for PHP 8+.
  • Add GitHub actions.
  • Add several typehints.
  • Add static analysis.

Changed

  • breaking change: moved to new namespace: Vdhicts\Menu.
  • Moved tests to a namespace: Vdhicts\Menu\Tests.
  • Upgrade PHPUnit to version 9.
  • breaking change: updated to latest version of the HtmlElement package, which has some breaking changes. Please see the package release notes. This might affect your custom renders.

Removed

  • Removed obsolete PHPDoc.

Update namespace

04 May 06:48
2d449e8
Compare
Choose a tag to compare
Merge pull request #1 from vdhicts/feature/update-namespace

Update namespace

1.1.0

16 Oct 14:23
Compare
Choose a tag to compare
Turn Item into immutable

Initial release

07 Sep 13:05
Compare
Choose a tag to compare
1.0.0

Fully tested the package, improved renderers and extended documentation