Laravel 6.5.2 发布

Laravel 6.5.2 发布了,这是一个补丁版本,包含一些更改和修复。更新内容如下:

新增

  • 允许在类型属性的作业上进行模型序列化 (#30604#30605920c364)
  • 当 facade 根访问器先前已得到解决时,允许回退 (#30616)
  • 增加了对 Postgres 的几何类型和地理类型之间的分离的支持 (#30545)
  • 将 createWithContent() 方法添加至 Illuminate\Http\Testing\File 和 Illuminate\Http\Testing\FileFactory (2cc6fa3181db51)

重构

  • 改进了 PostgresGrammar::formatPostGisType() 方法的可读性 (#30593)

更新说明:https://laravel-news.com/laravel-6-5-2

猜你喜欢

转载自www.oschina.net/news/111564/laravel-6-5-2-released