Releases: stellarwp/arrays
Releases · stellarwp/arrays
1.3.1
07 Feb 18:23
Compare
Sorry, something went wrong.
No results found
What's Changed
Remove illuminate/collections dependency causing conflicts with later versions by @defunctl in #7
Full Changelog : 1.3.0...1.3.1
1.3.0
17 Jan 22:58
Compare
Sorry, something went wrong.
No results found
What's Changed
Add Arr::intersect_key_recursive() by @defunctl in #5
Support multiple arrays in intersect_key_recursive() by @borkweb in #6
New Contributors
Full Changelog : 1.2.8...1.3.0
1.2.8
19 Dec 03:28
Compare
Sorry, something went wrong.
No results found
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
19 Dec 03:05
Compare
Sorry, something went wrong.
No results found
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
19 Dec 02:50
Compare
Sorry, something went wrong.
No results found
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
18 Dec 20:28
Compare
Sorry, something went wrong.
No results found
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.4
12 Jun 16:00
Compare
Sorry, something went wrong.
No results found
1.2.3
06 Jun 20:02
Compare
Sorry, something went wrong.
No results found
1.2.2
14 Nov 12:49
Compare
Sorry, something went wrong.
No results found
Changes
Tweak - Resolve issue with return type in sort_by_priority() docblock
1.2.1
26 Aug 20:20
Compare
Sorry, something went wrong.
No results found
Changes
Fix - Added a polyfill for array_is_list() to support PHP < 8.0 compatibility