Laravel v7.5.0 is released in 2020/04/07, here are the changes we`ve merged into this release.
Added
- Added
assertNotSent()
andassertNothingSent()
methods toIlluminate\Http\Client\Factory
(#32197) - Added enum support for
renameColumn()
(#32205) - Support returning an instance of a caster (#32225)
Fixed
- Prevent long URLs from breaking email layouts (#32189)
- Fixed camel casing relationship (#32217)
- Fixed merging boolean or null attributes in Blade components (#32245)
- Fixed Console expectation assertion order (#32258)
- Fixed
route
helper with custom binding key (#32264) - Fixed double slashes matching in UriValidator (fix inconsistencies between cached and none cached routes) (#32260)
- Fixed setting mail header (#32272)
Optimization
- Optimize
Container::resolve()
method (#32194) - Optimize performance for
data_get()
method (#32192) - Optimize
Str::startsWith()
(#32243)