Skip to content

Releases: jdrieghe/array-helpers

The One With The Added Array Set

17 Jul 15:58
Compare
Choose a tag to compare

Adds functionality for Arr::set() and array_set()

First release

13 Oct 19:19
Compare
Choose a tag to compare

Added

  • array_get() / Arr::get(): find items in an array using dot notation
  • array_has() / Arr::has(): check if item exists in array using dot notation