Skip to content

v4.14.9

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 09:07
b131cdd

This release improves custom Eloquent builder inference and narrows several stub return types.

Features

  • Infer custom query builders for model instance query methods like newQuery(), newQueryWithoutScopes(), etc. (#1207)

Fixes

  • Narrow getCasts() and getTouchedRelations() return types (#1205)
  • Fix Request::route()/Request::file() default value handling (#1205)

Full Changelog: v4.14.8...v4.14.9