Skip to content

Releases: rentalhost/laravel-insight

0.3.3.1

17 Dec 19:49
Compare
Choose a tag to compare
0.3.3.1 Pre-release
Pre-release

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

Fixed

  • Plugin: recompiled to support PS 2017.3+ builds;

0.3.2

26 Aug 14:18
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

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

04 Jul 20:37
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed

  • NPE: when use trait is temporarily empty (use <caret>;);

0.3.0: Trigon Release

22 Jun 12:08
Compare
Choose a tag to compare
0.3.0: Trigon Release Pre-release
Pre-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

09 Jun 21:01
Compare
Choose a tag to compare
0.2.0: Digon Release Pre-release
Pre-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

01 Jun 14:55
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

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);

0.1.0: Monogon Release

31 May 23:02
Compare
Choose a tag to compare
Pre-release

Initial development release.

Added

  • Inspection: column without annotation (doc);