Skip to content

Releases: stellarwp/arrays

1.2.8

19 Dec 03:28
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
e276124
Compare
Choose a tag to compare

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
fc2199a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

06 Jun 20:02
eab0916
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

14 Nov 12:49
Compare
Choose a tag to compare

Changes

  • Tweak - Resolve issue with return type in sort_by_priority() docblock

1.2.1

26 Aug 20:20
Compare
Choose a tag to compare

Changes

  • Fix - Added a polyfill for array_is_list() to support PHP < 8.0 compatibility

1.2.0

26 Aug 18:33
Compare
Choose a tag to compare

Changes

  • Feature - Added sort_by_priority()

1.1.0

26 Aug 18:11
Compare
Choose a tag to compare

Changes

  • Feature - Ported a number of methods from the Laravel Framework
  • Tweak - Changed Array_Utils to Arr