Skip to content

1.3.1

Choose a tag to compare

@sqonk sqonk released this 02 Sep 12:54
· 25 commits to master since this release

Two new methods:

  • arrays::tail() Return the last part of the given array containing up to N amount of items from the end.
  • arrays::head() Return the first part of the given array containing up to N amount of items from the start.

arrays::group_by reworked to eliminate internal $pos parameter.