Releases: spatie/laravel-collection-macros
Releases · spatie/laravel-collection-macros
1.4.2
- updated for Laravel 5.3
1.4.1
- maintenance release to kickstart Packagist after
composer.json
error
1.4.0
- add
dump
macro
1.3.1
- refactored
transpose
macro. It will throw an exception when invalid input is given and it'll return a collection of collections.
1.3.0
- added
transpose
macro
1.2.0
- added
assoc
andmapToAssoc
macros
1.1.0
- the collection will be passed to the callbacks of
ifAny
andifEmpty
1.0.0
- initial release
0.0.1
Very experimental