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\HtmlElement
. - breaking change: renamed class to
HtmlElement
. - Moved tests to a namespace:
Vdhicts\HtmlElement\Tests
. - Upgrade PHPUnit to version 9.
Removed
- Removed obsolete PHPDoc.