Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.27 KB

File metadata and controls

49 lines (40 loc) · 1.27 KB

Changelog

v4.2.0 2025-12-22

additions:

  • Add support for php 8.5

removals:

  • Drop Support for older php-versions (<= 8.2)

v4.1.0 2025-03-12

additions:

  • Add support for php 8.4

v4.0.0 2024-01-23

additions:

  • Add support for recent php-versions (8.2, 8.3)
  • More explicit type-hints

removals:

  • Drop support for outdated php-versions <= 8.0

v3.1.0 2021-05-18

additions:

  • Add support for php 8

v3.0.2 2019-09-09

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

v3.0.1 2019-04-09

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