13.x
[8.x] Add tests for `LazyCollection` constructor laziness (#36846)
fix autoloading StringableObjectStub when running vendor/bin/phpunit ./tests/Support/SupportStringableTest.php directly (#58030)
[12.x] Introduce Arr::from() (#55715)
[11.x] Add ability to configure SQLite `busy_timeout`, `journal_mode`, and `synchronous` pragmas (#52052)
Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)
[11.x] Adds support for enums on `mapInto` collection method (#51027)
[13.x] Simplify most of the exceptions expectations (#61049)
[12.x] Add HigherOrderProxy tests (Collection & Tap) (#58138)
Centralize per-test static state resets in AfterEachTestSubscriber (#61078)
Adds `Macroable` trait to `Illuminate/Support/Benchmark` (#57107)
[13.x] Mockery cleanup (#61117)
[9.x] Support conditionables that get condition from target object (#43449)
[11.x] Allows `enum_value()` to be use in standalone `illuminate/collections` (#53871)
[12.x] Add `allowedUrls` through `preventStrayRequests` (#56645)
Apply rector PHPUnit assertion cleanups (#60807)
[13.x] Enforce stricter assertions (#59749)
fix macros with static closures (#59449)
Use new Collection instead of Collection::make in tests (#61079)
Simplify mocking assertions. (#40786)
Add `artisan dev` command (#60412)
[13.x] Fix Number::forHumans() and abbreviate() scaling tiny decimals (#60768)
[6.x] Alpha ordered imports (#29933)
Add explicit tests, update docblock for Str::pluralStudly (#39726)
[12.x] Introduce Reflector methods for accessing class attributes (#55568)
Fix ReflectsClosures::firstClosureParameterTypes() returning wrong parameter's type (#60976)
[13.x] Restore array support in Str::substrReplace (#61105)
[13.x] Add `counted` method to `Str` and `Stringable` (#60649)
[8.x] Add regression tests on using Tappable with invokable class (#37577)
[13.x] Enable additional Rector rules (#60854)