Skip to content

Releases: meszaros-lajos-gyorgy/shovel

v3.4.1

08 Jul 20:50
Compare
Choose a tag to compare
  • Replace comments with docblocks before each method
  • Rename parameters of string methods to needle and haystack

v3.4.0

21 Apr 20:42
Compare
Choose a tag to compare

fix: remove optional parameter before non-optional in A::pickRandoms()

v3.3.1

26 Nov 20:56
Compare
Choose a tag to compare
  • Downgraded internally used arrow functions to meet the PHP 7.2 support criteria

v3.3.0

26 Nov 19:52
Compare
Choose a tag to compare
  • Made A::pluck() compatible with array of objects
  • Added minimum php version into requirements

v3.2.0

05 Aug 17:09
Compare
Choose a tag to compare

Added O::pathOr()

v3.1.0

05 Aug 14:51
Compare
Choose a tag to compare

Added O::assocPath()

v3.0.0

04 Aug 09:34
Compare
Choose a tag to compare

changed the interpretation of $toIndex in A::slice()

v2.7.0

30 Jul 16:51
Compare
Choose a tag to compare

Added A::pickRandoms()

v2.6.1

28 Jul 08:44
Compare
Choose a tag to compare

Removed return type from O::assoc and O::dissoc, since it can both return objects and associative arrays.

v2.6.0

27 Jul 14:16
Compare
Choose a tag to compare

Added N::isIntLike() and N::toInt()
Added support for associative arrays for O::pick()
Fixed object support of O::has()