Laravel v5.8.24 is released in 2019/06/19, here are the changes we`ve merged into this release.
Added
- Added possibility to assert that the session contains a given piece of data using a closure in
TestResponse::assertSessionHas()
(#28837) - Added
TestResponse::assertUnauthorized()
(#28851) - Allowed to define port in
ServeCommand
viaSERVER_PORT
env variable (#28849, 6a18e73) - Allowed console environment argument to be separated with a space (#28869)
- Added
@endcomponentFirst
directive (#28884) - Added optional parameter
$when
toretry
helper (85c0801)
Fixed
- Fixed
Builder::dump()
andBuilder::dd()
with global scopes (#28858)
Reverted
Changed
- Handle
SuspiciousOperationException
in router asNotFoundHttpException
(#28866)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.24