v10.42.0
版本发布时间: 2024-01-23 23:27:03
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [10.x] Switch to hash_equals in
File::hasSameHash()
by @simonhamp in https://github.com/laravel/framework/pull/49721 - [10.x] fix Rule::unless for callable $condition by @dbakan in https://github.com/laravel/framework/pull/49726
- [10.x] Adds JobQueueing event by @dmason30 in https://github.com/laravel/framework/pull/49722
- [10.x] Fix decoding issue in MailLogTransport by @rojtjo in https://github.com/laravel/framework/pull/49727
- [10.x] Implement "max" validation rule for passwords by @angelej in https://github.com/laravel/framework/pull/49739
- [10.x] Add multiple channels/routes to AnonymousNotifiable at once by @iamgergo in https://github.com/laravel/framework/pull/49745
- [10.x] Sort service providers alphabetically by @buismaarten in https://github.com/laravel/framework/pull/49762
- [10.x] Global default options for the http factory by @timacdonald in https://github.com/laravel/framework/pull/49767
- [10.x] Only use
Carbon
if accessed from Laravel or also usesilluminate/support
by @crynobone in https://github.com/laravel/framework/pull/49772 - [10.x] Add
Str::unwrap
by @stevebauman in https://github.com/laravel/framework/pull/49779 - [10.x] Allow Uuid and Ulid in Carbon::createFromId() by @kylekatarnls in https://github.com/laravel/framework/pull/49783
- [10.x] Test Improvements by @crynobone in https://github.com/laravel/framework/pull/49785