additions:
- Add support for php 8.5
removals:
- Drop Support for older php-versions (<= 8.2)
additions:
- Add support for php 8.4
additions:
- Add support for recent php-versions (8.2, 8.3)
- More explicit type-hints
removals:
- Drop support for outdated php-versions <= 8.0
additions:
- Add support for php 8
chores:
- issue 70: add changelog and update version tag in source
- issue 73: fix some code smells and add a contribution manual
- issue 75: update phpunit to 8.x (and fix all the deprecation issues)
- issue 78: clean up code fragments after adding type hints to almost everything - PHPTAL::addPreFilter no longer accepts FilterInterface but requires an instance of PreFilter - PHPTAL::setPhpCodeDestination now returns void instead of self - SourceInterface::getLastModifiedTime now returns float instead of int
bugfixes:
- issue #62: FillSlot::estimateNumberOfBytesOutput must return float
- issue #63: Misinterpreted continue statement in Transformer
chores:
- issue #66: add php7.3 to travis.yml
- issue #67: remove explicit php version from doc blocks