Releases: transprime-research/arrayed
Releases · transprime-research/arrayed
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.5.1 Released
New features:
Bugfixes
- fix
map()
method now accepts multiple arguments; first argument is still a closure#25
arrayed($array1)
->map(
fn ($first, $second) => [$first => $second],
$array2
);
Updates
- Updated documentation to link to the right Travis page.
1.5.0 Released
New features:
- Added
diffUassoc()
method #21 - Added
diffKey()
method #21 - Added
shift()
,combine()
, andslice()
methods on doc block #21
Bugfixes
- fix
collect()
method not finding Laravel Collections because of config publishing need on Laravel config #19
Updates
Updated documentation updated to reflect new methods (non doc block) and also Laravel instruction.