Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

86 lines (48 loc) · 3.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.3: 2017-12-17

Revert

  • Blade: added support to comments folding again (FR #WI-39264);

Added

Fixed

  • Plugin: recompiled to support PS 2017.3+ builds;

0.3.2: 2017-08-26

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: 2017-07-04

Fixed

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

0.3.0: Trigon Release - 2017-06-22

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

Improved

  • Resolution: improvement to variable types resolution (eg. when inside of parentheses);

0.2.0: Digon Release - 2017-06-09

Added

  • Plugin: is now distributed on official Jetbrains plugins repository (more info);
  • Query Scopes: ctrl+click on a scoped method resolve to scope declaration (more info);
  • Query Scopes: code completion to scope methods (more info);
  • Eloquent 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: 2017-06-01

Changed

  • Eloquent 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 - 2017-05-31

Added

  • Initial development release;
  • Eloquent Inspection: column without annotation inspection (more info);