Laravel 5.6.24 发布,PHP 开发框架

  

v5.6.24 (2018-06-04)

Added

  • Added assertSessionHasNoErrors() test helper (#24308)

  • Added support for defining and enforcing a Spatial reference system for a Point column (#24320)

  • Added Builder::whereJsonDoesntContain() and Builder::orWhereJsonDoesntContain() (#24367)

  • Added Queueable, SerializesModels to all notification events (#24368)

  • Allow callable array syntax in route definition (#24385)

  • Added JSON SELECT queries to SQL Server (#24397)

Changed

  • Optimize query builder's pluck() method (#23482)

  • Allow passing object instances regardless of the parameter name to method injection (#24234)

  • Extract setting mutated attribute into method (#24307)

  • Let apiResource support except option (#24319)

  • Skip null/empty values in SeeInOrder (#24395)

  • Sync Original modal attributes after soft deletion (#24400)

Fixed

  • Fixed typo of missing underscore in not_regexp rule name (#24297)

  • Cleanup null relationships in loadMorph (#24322)

  • Fix loadMissing() relationship parsing (#24329)

  • Fix FormRequest class authorization validation priority (#24369)

  • Fix custom blade conditional ignoring 0 as argument (#24394)

猜你喜欢

转载自www.oschina.net/news/96839/laravel-5-6-24-released