Skip to content

v1.6.0

Compare
Choose a tag to compare
@ElGigi ElGigi released this 10 Jan 11:25
· 10 commits to 1.x since this release

Added

  • New method ArrayHelper::column() to do similar job than array_column() native function but accepts \Closure in
    arguments to found keys

Changed

  • Method ArrayHelper::isSequential() becomes deprecated (b_array_is_sequential() function),
    use ArrayHelper::isList() instead (b_array_is_list() function)