v1.11.0
Immutable
release. Only release title and notes can be modified.
Added
eloquent-n-plus-onenow analyzes Blade templates, carrying each variable's model type and eager-loaded relations over from the controller that renders the view, so a relation lazily accessed inside a@foreachis reported on the Blade line and names the controller to eager-load it in (#279)
Fixed
eloquent-n-plus-oneno longer reports an accessor on a model that defines no relationships as an N+1, so reading an accessor such as$user->full_nameinside a loop is not flagged (#279)
Full Changelog: v1.10.2...v1.11.0