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.
v10.38.1 - 2023-12-20
- [10.x] Adds support for parse callbacks from anonymous classes by @nunomaduro in (#49432)
- Revert "[10.x] Drop the primary key if it exists when adding a new primary key" by @taylorotwell in (#49448)
- [10.x] Fix installing DBAL on a fresh app by @timacdonald in (#49438)
- [10.x] Add method to create request by @dododedodonl in (#49446)
- [10.x] Move
Illuminate\Foundation\Application::joinPaths()
toIlluminate\Filesystem\join_paths()
by @crynobone in (#49433)
v10.38.0 - 2023-12-19
- [10.x] Update import & typo by @chu121su12 in (#49370)
- [10.x] Show default
false
values indb:table
command by @PerryvanderMeer in (#49379)
- [10.x] Fix primary key creation for MySQL with
sql_require_primary_key
enabled by @mtawil in (#49374)
- [10.x] Dynamo Batch Repository - Match Default Horizon Sort by @evan-burrell in (#49391)
- [10.x] Add Blade
[@session](https://github.com/session)
Directive by @jrd-lewis in (#49339)
- [10.x] Improve
Arr::dot
performance by @bastien-phi in (#49386)
- [10.x] Fixes parameter type in
ManagesFrequencies
by @Lucas-Schmukas in (#49399)
- [10.x] Add SQLite support for
whereJsonContains
method by @danieleambrosino in (#49401)
- [10.x] Introducing
isEmpty
andisNotEmpty
toComponentAttributeBag
by @devajmeireles in (#49408)
- [10.x] Drop the primary key if it exists when adding a new primary key by @KieranFYI in (#49392)
- [10.x] Improve schema builder
getColumns()
method by @hafezdivandari in (#49416)
- [10.x] Test Improvements by @crynobone in (#49426)
- [10.x] Add Conditionable to Pipeline by @shane-zeng in (#49429)
v10.37.3 - 2023-12-13
- Flush middleware callbacks by @taylorotwell in (#bb49a72c1a839b2b19d0fcea4e8b203a122454ef)
v10.37.2 - 2023-12-13
- Ability to test chained job via closure by @jasonmccreary in (#49337)
- [10.x] Add
progress
option toPendingBatch
by @orkhanahmadov in (#49273)
- [10.x] Test Improvements by @crynobone in (#49338)
- [10.x] Avoid using
rescue()
in standaloneilluminate/database
component. by @crynobone in (#49355)
- [10.x] Exclude extension types on PostgreSQL when retrieving types by @hafezdivandari in (#49358)
- [10.x] Revert "[10.x] Disconnecting the database connection after testing" by @driesvints in (#49361)
v10.37.1 - 2023-12-12
- [10.x] Disconnecting the database connection after testing by @KentarouTakeda in (#49327)
- [10.x] Get user-defined types on PostgreSQL by @hafezdivandari in (#49303)