Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@allejo allejo released this 29 Oct 06:53
· 37 commits to master since this release
f4e35ca

A minor release with new find* functions similar to those of Lodash.

  • Added new functions to find entities inside of arrays and collections
    • __::find(): mixed|null
    • __::findEntry(): array|null
    • __::findIndex(): int|string
    • __::findLast(): mixed|null
    • __::findLastEntry(): array|null
    • __::findLastIndex(): int|string