COMMITS
/ tests/Support/SupportCollectionTest.php March 30, 2026
L
[13.x] Make Collection methods compatible with extended subclass constructors (#59455)
Len Woodward committed
March 11, 2026
F
Add depth parameter to Arr::dot() (#59150)
Fatih Aytekin committed
January 30, 2026
J
[12.x] Add `hasMany()` method to collections (#58550)
Joseph Silber committed
January 23, 2026
J
[12.x] Add `hasSole()` method to collections (#58463)
Joseph Silber committed
January 7, 2026
S
[12.x] Add `Collection::containsManyItems()` method (#58312)
Steve Bauman committed
January 5, 2026
M
[12.x] Fix nth(), split() and splitIn() to throw InvalidArgumentException for invalid parameters (#58283)
Mischa Sigtermans committed
November 24, 2025
C
[12.x] Add parameter validation to Collection::sliding() method. (#57875)
Christos Koumpis committed
November 21, 2025
M
[12.x] PHP 8.5 Compatibility (#57835)
Mior Muhammad Zaki committed
October 29, 2025
R
[12.x] EnumerateValues::value() support objects and return negative values (#57570)
Rafael Queiroz committed
T
Revert "EnumerateValues::value() support and return negative values if exists…" (#57572)
Taylor Otwell committed
October 28, 2025
R
EnumerateValues::value() support and return negative values if exists #54910 (#57566)
Rafael Queiroz committed
September 23, 2025
I
[12.x] Fix PHP 8.5 null-key deprecations (#57137)
Ion Bazan committed
September 1, 2025
J
[12.x] Add support for `UnitEnum` in `Collection` `groupBy` method (#56857)
Jesper Noordsij committed
August 29, 2025
J
[12.x] Support enum values in `Collection` `countBy` method (#56830)
Jesper Noordsij committed
August 21, 2025
W
[12.x] Add toPrettyJson method (#56697)
Wendell Adriel committed
August 3, 2025
R
feat: add doesntContainStrict() for Collection & LazyCollection (#56522)
Rahul Mac committed
July 1, 2025
R
[12.x] Add `Closure`-support to `$key`/`$value` in Collection `pluck()` method (#56188)
Ralph J. Smit committed
June 12, 2025
D
[12.x] collapseWithKeys - Prevent exception in base case (#56002)
DeanWunder committed
May 28, 2025
S
[12.x] Ability to perform higher order static calls on collection items (#55880)
Sergey Danilchenko committed
May 12, 2025
S
[12.x] Introduce Arr::from() (#55715)
Sergey Danilchenko committed
May 2, 2025
F
[12.x] Add support for callback evaluation in containsOneItem method (#55622)
Fernando Garcia committed
April 8, 2025
April 7, 2025
I
[12.x] Adds `fromJson()` to Collection (#55310)
Italo committed
March 14, 2025
S
Apply fixes from StyleCI
StyleCI Bot committed
A
reapply Pint style changes (#55015)
Andrew Brown committed
March 13, 2025
S
Apply fixes from StyleCI
StyleCI Bot committed
A
apply final Pint fixes (#55014)
Andrew Brown committed
March 7, 2025
L
[12.x] Types: Collection chunk without preserving keys (#54924)
Liam Duckett committed
March 6, 2025
L
[12.x] Feature: Collection chunk without preserving keys (#54916)
Liam Duckett committed
February 19, 2025
M
Merge tag 'v11.43.2' into 12.x
Mior Muhammad Zaki committed
A
test current implode behavior for collections with models (#54704)
Adrian Nürnberger committed
M
Revert "Fix Collection::implode with \Stringable objects (#54630)" (#54691)
Mior Muhammad Zaki committed
February 18, 2025
T
fix conflicts
Taylor Otwell committed
February 17, 2025
T
Fix Collection::implode with \Stringable objects (#54630)
Tim Kelty committed
December 30, 2024
A
Add test for collapse in collections (#54032)
Amir Mohammad Najmi committed
December 13, 2024
L
[11.x] Prefer new Stringable over Str::of and str() (#53883)
Lucas Michot committed
December 6, 2024
M
[11.x] Improves `Collection` support for enums using `firstWhere()` and `value()` (#53777)
Mior Muhammad Zaki committed
September 10, 2024
M
[11.x] Test Improvements (#52718)
Mior Muhammad Zaki committed
August 23, 2024
S
[11.x] SORT_NATURAL on Collection no longer throws warning for nulls (#52557)
Scott Chaplinski committed
August 1, 2024
J
Add `collapseWithKey` to `Collection` (#52347)
Jason McCreary committed
July 1, 2024
Z
Fix typo in SupportCollectionTest (#51966)
Zack Bundy committed
June 21, 2024
P
[11.x] Add multiply to collection (#51870)
Patrick O'Meara committed
D
Merge branch '10.x' into 11.x
Dries Vints committed
June 19, 2024
T
[10.x] fix handle `shift()` on an empty collection (#51841)
Tonko Mulder committed
June 11, 2024
R
[11.x] Add `before` and `after` methods to Collection (#51752)
Ryuta Hamasaki committed
June 3, 2024
F
[10.x] Fix collection shift less than one item (#51686)
Faissal Wahabali committed
May 20, 2024
B
[11.x] Collection average/avg optimization (#51512)
Bert committed
May 8, 2024
T
Add unshift method to Collection (#51344)
Tim Kelty committed
April 12, 2024
L
[11.x] Adds support for enums on `mapInto` collection method (#51027)
Luke Downing committed
March 21, 2024
M
Merge branch '10.x' into 11.x
Mior Muhammad Zaki committed