Skip to content

First release

Compare
Choose a tag to compare
@jdrieghe jdrieghe released this 13 Oct 19:19
· 8 commits to master since this release

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