Laravel v6.5.2 于 2019 年 11 月 19 日发布,以下是我们合并到此版本中的更改。
新增
- 允许在作业中对模型进行序列化以用于类型化属性 (#30604, #30605, 920c364)
- 当外观根访问器之前已解析时,允许回退 (#30616)
- 添加了对
geometry
和geography
类型之间分离的支持,用于Postgres
(#30545) - 添加了
createWithContent()
方法到Illuminate\Http\Testing\File
和Illuminate\Http\Testing\FileFactory
(2cc6fa3, 181db51)
重构
- 改进了
PostgresGrammar::formatPostGisType()
方法的可读性 (#30593)
更改
- 添加了
symfony/debug
依赖项到illuminate/pipeline
(#30611) - 覆盖
BelongsToMany::cursor()
以水合枢纽关系 (#30580) - 在 RedisBroadcaster 中验证频道访问权限时忽略 Redis 前缀 (#30597, d77ce36)
GitHub: https://github.com/laravel/framework/releases/tag/v6.5.2