Releases: spatie/laravel-collection-macros
Releases · spatie/laravel-collection-macros
3.8.1
- Fix maximum function nesting reached error in
eachCons
3.8.0
- Added: Laravel 5.6 compatibility
3.7.0
- add
pluckToArray
3.6.2
- make
parallelMap
return a new collection
3.6.1
- fix count warning/exception php7.2 in
Transpose
3.6.0
- allow worker pool of
parallelMap
to be configured
3.5.0
- Add
parallelMap
3.4.0
- Add
findOrFail
3.3.2
- Fixed
transpose
when using an empty array - Fixed
transpose
when using anArrayable
3.3.1
- Fixed
transpose
when passing a single-row matrix