Releases: rentalhost/laravel-insight
Releases · rentalhost/laravel-insight
0.3.3.1
Disabled (Temporarily)
- Return type support: disabled temporarily due to software limitation (waiting for IntelliJ IDEA 2017.3.2);
Revert (Temporarily)
- Blade: added support to comments folding again (FR #WI-39264);
Added
- Development: added a development guide;
Fixed
- Plugin: recompiled to support PS 2017.3+ builds;
0.3.2
Added
- Blade: supporting added to following directives:
@php
and@push
;
Fixed
- Eloquent Inspection: column without annotation could not identify annotated properties on traits;
- Eloquent Inspection: column without annotation could not identify annotated properties in some cases when
@param
overrides the method parameter type;
Removed
- Blade: removing folding feature from this plugin for directives
@if
,@elseif
,@unless
,@forelse
,@can
,@elsecan
,@cannot
,@elsecannot
and@hassection
, once that it was implemented by WI-36875 - it still will be foldable, but will be handled now by PhpStorm; - Blade: removing comments folding feature from this plugin once that it was implemented by the next PhpStorm EAP;
0.3.1
Fixed
- NPE: when
use
trait is temporarily empty (use <caret>;
);
0.3.0: Trigon Release
This release is focused on Fluent
and Blade
users.
For Fluent
users, it recommends a best usage of this class, by not using it directly, for instance.
For Blade
users it make possible folding all available statements (please, read this for details).
Added
- Fluent: property without annotation inspection (more info);
- Fluent: should not be instantiated directly (more info);
- Fluent: should not be used as type directly (more info);
- Blade: support to folding Blade statements and comments (more info);
Improvement
- Resolution: improvement to variable types resolution (eg. when inside of parentheses);
0.2.0: Digon Release
This new release is focused on Laravel query scores and too receives a small upgrade to "column without annotation" inspection.
Added
- Plugin: is now distributed on official Jetbrains plugins repository (see);
- Query Scopes: ctrl+click on a scoped method resolve to scope declaration (more info);
- Query Scopes: code completion to scope methods (more info);
- Inspection: column without annotation now try to guess the column type based on some contexts (more info);
Fixed
- NPE: when class name identifier is absent (eg.
class {}
);
0.1.1
Full code-coverage and some optimizations;
Changed
- Inspection: property without annotation renamed to column without annotation;
Fixed
- NPE: on skip parenteshes, consider that it could have any argument yet (eg.
()->id
);