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.42.0 - 2024-01-23
- [10.x] Switch to hash_equals in
File::hasSameHash()
by @simonhamp in (#49721)
- [10.x] Sort service providers alphabetically by @buismaarten in (#49762)
- [10.x] Global default options for the http factory by @timacdonald in (#49767)
- [10.x] Only use
Carbon
if accessed from Laravel or also usesilluminate/support
by @crynobone in (#49772)
- [10.x] Add
Str::unwrap
by @stevebauman in (#49779)
- [10.x] Allow Uuid and Ulid in Carbon::createFromId() by @kylekatarnls in (#49783)
- [10.x] Test Improvements by @crynobone in (#49785)
v10.41.0 - 2024-01-16
- [10.x] Add a
threshold
parameter to theNumber::spell
helper by @caendesilva in (#49610)
- Revert "[10.x] Make ComponentAttributeBag Arrayable" by @luanfreitasdev in (#49623)
- [10.x] Fix return value and docblock by @dwightwatson in (#49627)
- [10.x] Add an option to specify the default path to the models directory for
php artisan model:prune
by @dbhynds in (#49617)
- [10.x] Add test for existing empty test by @lioneaglesolutions in (#49632)
- [10.x] Add additional context to Mailable assertion messages by @lioneaglesolutions in (#49631)
- [10.x] Revert parameter name change by @timacdonald in (#49659)
- [10.x] Printing Name of The Method that Calls
ensureIntlExtensionIsInstalled
inNumber
class. by @devajmeireles in (#49660)
- [10.x] Update pagination tailwind.blade.php by @anasmorahhib in (#49665)
- [10.x] feat: add base argument to Stringable->toInteger() by @adamczykpiotr in (#49670)
- [10.x]: Remove unused class ShouldBeUnique when make a job by @Kenini1805 in (#49669)
- [10.x] Add tests for Eloquent methods by @milwad-dev in (#49673)
- Implement draft workflow by @driesvints in (#49683)
- [10.x] Fixing Types, Word and Returns of
Number
class. by @devajmeireles in (#49681)
- [10.x] Test Improvements by @crynobone in (#49679)
- [10.x] Officially support floats in trans_choice and Translator::choice by @philbates35 in (#49693)
- [10.x] Use static function by @michaelnabil230 in (#49696)
- [10.x] Revert "[10.x] Improve numeric comparison for custom casts" by @driesvints in (#49702)
- [10.x] Add exit code to queue:clear, and queue:forget commands by @bytestream in (#49707)
- [10.x] Allow StreamInterface as raw HTTP Client body by @janolivermr in (#49705)
v10.40.0 - 2024-01-09
- [10.x]
Model::preventAccessingMissingAttributes()
raises exception for enums & primitive castable attributes that were not retrieved by @cosmastech in (#49480)
- [10.x] Include system versioned tables for MariaDB by @hafezdivandari in (#49509)
- [10.x] Fixes the
Arr::dot()
method to properly handle indexes array by @kayw-geek in (#49507)
- [10.x] Expand Gate::allows & Gate::denies signature by @antonkomarev in (#49503)
- [10.x] Add session except method by @xurshudyan in (#49520)
- [10.x] Add
Number::clamp
by @jbrooksuk in (#49512)
- [10.x] Fix Schedule test by @michaelnabil230 in (#49538)
- [10.x] Use correct format of date by @buismaarten in (#49541)
- [10.x] Clean Arr by @michaelnabil230 in (#49530)
- [10.x] Fix whenAggregated when default is not specified by @lovePizza in (#49521)
- [10.x] Remove invalid
RedisCluster::client()
call by @tillkruss in (#49560)
- [10.x] Remove unused code from
PhpRedisConnector
by @tillkruss in (#49559)
- [10.x] Flush about command during test runs by @timacdonald in (#49557)
- [10.x] Make the Schema Builder macroable by @kevinb1989 in (#49547)
- [10.x] Add assertViewEmpty to TestView by @dwightwatson in (#49558)
- [10.x] Update tailwind.blade.php for dark mode by @sabinchacko03 in (#49515)
- [10.x] Fix deprecation with null value in cache FileStore by @driesvints in (#49578)
- [10.x] Allow Vite asset path customization by @timacdonald in (#49437)
- [10.x] Type hinting of the second parameter of date- and time-related
where*()
methods ofIlluminate\Database\Query\Builder
by @lorenzolosa in (#49599)
- [10.x] Refactor time handling using
InteractsWithTime
trait method by @xurshudyan in (#49601)
- [10.x] Add
assertCount
test helper by @xurshudyan in (#49609)
- [10.x] Add APA style title helper by @hotmeteor in (#49572)
- [10.x] Use locks for queue job popping for PlanetScale's MySQL-compatible Vitess 19 engine by @crynobone in (#49561)
v10.39.0 - 2023-12-27
- [9.x] Support for phpredis 6.0.0 by @MichalHubatka in (#48380)
- [10.x] Fix use statement compilation in Blade templates by @MrPunyapal in (#49479)
- [10.x] Allow testing prompts validation by @cerbero90 in (#49447)
v10.38.2 - 2023-12-22
- [10.x] Add
conflict
fordoctrine/dbal:^4.0
toilluminate/database
by @crynobone in (#49456)
- [10.x] Simplify Arr::dot by @bastien-phi in (#49461)
- [10.x] Illuminate\Filesystem\join_paths(): Argument #2 must be of type string, null given by @tylernathanreed in (#49467)
- [10.x] Allow deprecation logging in tests by @timacdonald in (#49457)