Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Added
- Allow enums as entity_type in morphs (#40375)
- Added support for specifying a route group controller (#40276)
- Added phpredis serialization and compression config support (#40282)
- Added a BladeCompiler::render() method to render a string with Blade (#40425)
- Added a method to sort keys in a collection using a callback (#40458)
Changed
- Convert "/" in -e parameter to "" in
Illuminate/Foundation/Console/ListenerMakeCommand
(#40383)
Fixed
- Throws an error upon make:policy if no model class is configured (#40348)
- Fix forwarded call with named arguments in
Illuminate/Filesystem/FilesystemAdapter
(#40421)
- Fix 'strstr' function usage based on its signature (#40457)
Added
- Added onLastPage method to the Paginator (#40265)
- Allow method typed variadics dependencies (#40255)
- Added
ably/ably-php
to composer.json to suggest (#40277)
- Implement Full-Text Search for MySQL & PostgreSQL (#40129)
- Added whenContains and whenContainsAll to Stringable (#40285)
- Support action_level configuration in LogManager (#40305)
- Added whenEndsWith(), whenExactly(), whenStartsWith(), etc to Stringable (#40320)
- Makes it easy to add additional options to PendingBatch (#40333)
- Added method to MigrationsStarted/MigrationEnded events (#40334)
Fixed
- Fixed failover mailer when used with Mailgun & SES mailers (#40254)
- Fixed digits_between with fractions (#40278)
- Fixed cursor pagination with HasManyThrough (#40300)
- Fixed virtual attributes (29a6692)
- Fixed timezone option in
schedule:list
command (#40304)
- Fixed Doctrine type mappings creating too many connections (#40303)
- Fixed of resolving Blueprint class out of the container (#40307)
- Handle type mismatch in the enum validation rule (#40362)
Changed
- Automatically add event description when scheduling a command (#40286)
- Update the Pluralizer Inflector instanciator (#40336)
Added
- Added
schedule:clear-mutex
command (#40135)
- Added ability to define extra default password rules (#40137)
- Added a
mergeIfMissing
method to the Illuminate Http Request class (#40116)
- Added
Illuminate/Support/MultipleInstanceManager
(40913ac)
- Added
SimpleMessage::lines()
(#40147)
- Added
Illuminate/Support/Testing/Fakes/BusFake::assertBatchCount()
(#40217)
- Enable only-to-others functionality when using Ably broadcast driver (#40234)
- Added ability to customize json options on JsonResource response (#40208)
- Added
Illuminate/Support/Stringable::toHtmlString()
(#40247)
Changed
- Improve support for custom Doctrine column types (#40119)
- Remove an useless check in Console Application class (#40145)
- Sort collections by key when first element of sort operation is string (even if callable) (#40212)
- Use first host if multiple in
Illuminate/Database/Console/DbCommand::getConnection()
(#40226)
- Improvement in the Reflector class (#40241)
Fixed
- Clear recorded calls when calling Http::fake() (#40194)
Fixed
- Fixed prune command with default options (#40127)