Laravel v6.8.0 is released in 2019/12/17, here are the changes we`ve merged into this release.
Added
- Allowed packages to use custom markdown mail themes (#30814, 2206d52)
- Added more quotes to
Inspiring(4a7d566, 9693ced) - Added support for nested arrays in
TestResponse::assertViewHas()(#30837) - Added
Model::setRawAttribute()(#30853) - Added
--forceoption to themake:controllerresource (#30856) - Allowed passing an array to
Resource::collection()(#30800) - Implemented ArrayAccess on
JsonResponseandTestResponse(#30817) - Added
--seedoption to themake::modelresource (#30828, 2cd9417)
Fixed
- Fixed two index creation instead of one when using
change()(#30843) - Prevent duplicate attachments in the
Mailable(3c8ccc2) - Fixed
ServiceProviderfor PHP 7.4 inLumen(#30819) - Fixed non-eloquent model validation in database validation rules (#30840)
Changed
- Changed
rescue()helper (#30838) - Added previous exception to
EntryNotFoundExceptionthrown inContainer.php(#30862) - Changed
DatabaseNotification::$keyTypeto matchuuid(#30823)
GitHub: https://github.com/laravel/framework/releases/tag/v6.8.0

