Releases: transprime-research/arrayed
Releases · transprime-research/arrayed
2.3.1
30 Apr 17:31
Compare
Sorry, something went wrong.
No results found
2.3.0
30 Apr 17:06
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: Fix issues with search result overriding last result by @omitobi in #35
Full Changelog : 2.2.1...2.3.0
2.2.1
30 Apr 16:46
Compare
Sorry, something went wrong.
No results found
2.2.0
30 Apr 16:33
Compare
Sorry, something went wrong.
No results found
2.1.0
30 Apr 16:08
Compare
Sorry, something went wrong.
No results found
2.0.0
29 Apr 23:14
Compare
Sorry, something went wrong.
No results found
1.5.1 Released
02 Jul 10:58
Compare
Sorry, something went wrong.
No results found
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
18 May 18:31
Compare
Sorry, something went wrong.
No results found
New features:
Added diffUassoc() method #21
Added diffKey() method #21
Added shift(), combine(), and slice() 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.
1.4.0 Released
12 May 18:01
Compare
Sorry, something went wrong.
No results found
New features
Added collect() method to branch into laravel Collection @ #15
Added tap() method #15 4c1ad03
Bugfixes
Updates
Updated documentation updated to reflect new collect() and tap() methods
Updated documentation to show also other API's and correct first example
1.3.0 Released
07 May 16:14
Compare
Sorry, something went wrong.
No results found
New features
Added countValues method @ #13
Added diffAssoc method @ #13
Added diff method @ #13
Added reverse method @ #13
Added copy method @ #13
Added keysExists method [additional custom array method] @ #13
Bugfixes
Updates