Skip to content

v2.0.0

Choose a tag to compare

@markrogoyski markrogoyski released this 07 Mar 19:56

Breaking Changes

  • Minimum PHP version updated from 7.4 to 8.2
  • Updated PHPUnit from ^9.0 to ^10.0

New Features

  • Set
    • difference
    • differenceCoercive
  • Stream
    • differenceWith
    • differenceCoerciveWith

Improvements

  • Added native mixed and union type hints throughout the codebase
  • Removed #[\ReturnTypeWillChange] attributes (replaced with proper return types)
  • Updated CI to test PHP 8.2, 8.3, 8.4