Skip to content

v2.0.0

Compare
Choose a tag to compare
@meszaros-lajos-gyorgy meszaros-lajos-gyorgy released this 10 May 10:53
· 44 commits to master since this release

Breaking changes:

A::findIndex($fn, $array) now returns null instead of -1 upon not finding any matches. - #18

Added the following features:

A::findLast($fn, $array) - #17

A::findLastIndex($fn, $array) - #17