Skip to content

Releases: spatie/laravel-collection-macros

3.8.1

23 Feb 10:32
Compare
Choose a tag to compare
  • Fix maximum function nesting reached error in eachCons

3.8.0

08 Feb 09:53
Compare
Choose a tag to compare
  • Added: Laravel 5.6 compatibility

3.7.0

18 Jan 22:59
Compare
Choose a tag to compare
  • add pluckToArray

3.6.2

14 Jan 22:08
Compare
Choose a tag to compare
  • make parallelMap return a new collection

3.6.1

07 Jan 07:16
9574b41
Compare
Choose a tag to compare
  • fix count warning/exception php7.2 in Transpose

3.6.0

18 Dec 19:53
a4f4589
Compare
Choose a tag to compare
  • allow worker pool of parallelMap to be configured

3.5.0

18 Dec 08:44
Compare
Choose a tag to compare
  • Add parallelMap

3.4.0

13 Nov 12:32
Compare
Choose a tag to compare
  • Add findOrFail

3.3.2

30 Oct 09:04
Compare
Choose a tag to compare
  • Fixed transpose when using an empty array
  • Fixed transpose when using an Arrayable

3.3.1

24 Oct 10:18
Compare
Choose a tag to compare
  • Fixed transpose when passing a single-row matrix