Skip to content

Releases: lstrojny/functional-php

1.17.0

07 Mar 00:28
e459d5c

Choose a tag to compare

  • Support for PHP 8 (thanks to @phanan)
  • Fix issue in pick() with null values in arrays #217

1.15.0

22 Dec 07:57
0794082

Choose a tag to compare

Adds support for PHP 8.

Warning: Functional\match is not available in PHP 8. Please use Functional\matching instead.

1.10.0

05 Nov 19:45

Choose a tag to compare

Add repeat() (#193)