All notable changes to array-functions
will be documented in this file
- optimize array_rand_weighted (#19)
- fix division by zero in
array_split
(#16)
- performance improvements
- drop support for PHP 7.1 and below
- array_flatten function
- array_merge_values function
- array_split function
- array_split_filter function
- array_rand_value now can return multiple values (like array_rand)
- array_rand_weighted function
- array_keys_exist function
- Various fixes & improvements
- values_in_array function
- Everything, initial release