Releases: spatie/laravel-collection-macros
Releases · spatie/laravel-collection-macros
2.3.1
- Fixed:
extract
now returns an instance of the current collection type
2.3.0
- Added:
extract
2.2.0
- Added:
paginate
andsimplePaginate
2.1.0
- Added:
before
andafter
- Added:
collect
2.0.1
- removed
split
,partition
andmapToAssoc
- renamed
toAssoc
tofromPairs
- added
toPairs
andwithSize
2.0.0
- removed
split
,partition
andmapToAssoc
- renamed
toAssoc
tofromPairs
- added
toPairs
andwithSize
1.5.1
- fixed tests
1.5.0
- added
partition
method
1.4.4
split
doesn't throw an error anymore when trying to split an empty collection
1.4.3
version_compare
fix in 5.3 changes