Releases: meszaros-lajos-gyorgy/shovel
Releases · meszaros-lajos-gyorgy/shovel
v3.4.1
v3.4.0
fix: remove optional parameter before non-optional in A::pickRandoms()
v3.3.1
- Downgraded internally used arrow functions to meet the PHP 7.2 support criteria
v3.3.0
- Made
A::pluck()
compatible with array of objects - Added minimum php version into requirements
v3.2.0
Added O::pathOr()
v3.1.0
Added O::assocPath()
v3.0.0
changed the interpretation of $toIndex
in A::slice()
v2.7.0
Added A::pickRandoms()
v2.6.1
Removed return type from O::assoc
and O::dissoc
, since it can both return objects and associative arrays.
v2.6.0
Added N::isIntLike()
and N::toInt()
Added support for associative arrays for O::pick()
Fixed object support of O::has()