Releases: stellarwp/arrays
Releases · stellarwp/arrays
1.2.8
What's changed
- Ensure that
has()
works properly when Closures exist in the array chain. @borkweb
Full Changelog: 1.2.7...1.2.8
1.2.7
What's changed
- Assume the user's arguments are authoritative when deciding how to handle setting values using
set()
. @borkweb
Full Changelog: 1.2.6...1.2.7
1.2.6
What's changed
- Rework
set()
slightly so that it doesn't aggressively throw errors when setting leaf values. @borkweb
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
- Fixes for add, flatten, forget, get, merge_recursive, etc by @borkweb in #4
New Contributors
Full Changelog: 1.2.4...1.2.5
1.2.2
Changes
- Tweak - Resolve issue with return type in
sort_by_priority()
docblock
1.2.1
Changes
- Fix - Added a polyfill for
array_is_list()
to support PHP < 8.0 compatibility
1.2.0
Changes
- Feature - Added
sort_by_priority()
1.1.0
Changes
- Feature - Ported a number of methods from the Laravel Framework
- Tweak - Changed
Array_Utils
to Arr