All notable changes to laravel-collection-macros
will be documented in this file
- Added:
before
andafter
- Added:
collect
- Added:
toPairs
andwithSize
- Removed:
split
,partition
andmapToAssoc
- Renamed:
toAssoc
tofromPairs
DO NOT USE, THIS RELEASE WAS WRONGLY TAGGED
- fixed tests
- added
partition
method
split
doesn't throw an error anymore when trying to split an empty collection
version_compare
fix in 5.3 changes
- updated for Laravel 5.3
- maintenance release to kickstart Packagist after
composer.json
error
- add
dump
macro
- refactored
transpose
macro. It will throw an exception when invalid input is given and it'll return a collection of collections.
- added
transpose
macro
- added
assoc
andtoAssoc
macros
- the collection will be passed to the callbacks of
ifAny
andifEmpty
- initial release