Skip to content

ipl-stdlib v0.12.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 15 Jun 07:32
v0.12.0

Breaking Changes

  • Dropped support for PHP 7.0 and 7.1 #29
  • Filter::equal() and Filter::unequal() don't support wildcard matching anymore, use Filter::like() and Filter::unlike() instead, respectively #33
  • Mutator and Closure support has been removed from trait Properties #31

Changes

  • Support for PHP 8.1 #29
  • The Properties trait now supports iteration using the IteratorAggregate interface #32