Skip to content

Tags: sidux/collections

Tags

v9.0.0-beta.2

Toggle v9.0.0-beta.2's commit message
versino

v8.80.0

Toggle v8.80.0's commit message
[8.x] Add a method to sort keys in a collection using a callback (#40…

…458)

* Add a method to sort keys in a collection using a callback

* Remove documentation used for debugging

v9.0.0-beta.1

Toggle v9.0.0-beta.1's commit message
Improves `Collection::mapInto` types (#40374)

v8.79.0

Toggle v8.79.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[8.x] Update PHPDoc of Collection::forget() (#40283)

* Update PHPDoc of Collection::forget()

* Update src/Illuminate/Collections/Collection.php

Co-authored-by: Dries Vints <[email protected]>

Co-authored-by: Taylor Otwell <[email protected]>
Co-authored-by: Dries Vints <[email protected]>

v8.78.1

Toggle v8.78.1's commit message
[8.x] Add `pipeThrough` collection method (#40253)

* Add `pipeThrough` collection method

* Spacing

* Update EnumeratesValues.php

Co-authored-by: Taylor Otwell <[email protected]>

v8.78.0

Toggle v8.78.0's commit message
Sort collections by key when first element of sort operation is strin…

…g (even if callable) (#40212)

* Sort collections by key when given a string even when key is callable

* Fix style (minor)

* Add test for sorting by callable string

* Fix style (minor)

v8.77.1

Toggle v8.77.1's commit message
fix arg passing in doesntContain

v8.77.0

Toggle v8.77.0's commit message
fix arg passing in doesntContain

v8.76.2

Toggle v8.76.2's commit message
rename method

v8.76.1

Toggle v8.76.1's commit message
php 7.3 support