Skip to content

Releases: transprime-research/arrayed

2.3.1

30 Apr 17:31
e66cea4
Compare
Choose a tag to compare

What's Changed

  • feat: Fix default value missing when keys are empty by @omitobi in #36

Full Changelog: 2.3.0...2.3.1

2.3.0

30 Apr 17:06
903dfc5
Compare
Choose a tag to compare

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
8a71226
Compare
Choose a tag to compare

What's Changed

  • feat: Search with closure matching using key and value by @omitobi in #34

Full Changelog: 2.2.0...2.2.1

2.2.0

30 Apr 16:33
22d06d6
Compare
Choose a tag to compare

What's Changed

  • feat: Search with closure matching by @omitobi in #33

Full Changelog: 2.1.0...2.2.0

2.1.0

30 Apr 16:08
a76d0be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

29 Apr 23:14
a3c66e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...2.0.0

1.5.1 Released

02 Jul 10:58
5b079ff
Compare
Choose a tag to compare

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
Choose a tag to compare

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
381fc7f
Compare
Choose a tag to compare

New features

  • Added collect() method to branch into laravel Collection @ #15
  • Added tap() method #15 4c1ad03

Bugfixes

  • none

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
4f2502d
Compare
Choose a tag to compare

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

  • None

Updates

  • None