Skip to content

Commit

Permalink
Release 0.3.2;
Browse files Browse the repository at this point in the history
  • Loading branch information
rentalhost committed Aug 26, 2017
1 parent 2e1a99e commit 7b8dce3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.2: 2017-08-24
## 0.3.2: 2017-08-26

### Added

Expand Down Expand Up @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* **Fluent**: should not be used as type directly ([more info](https://github.com/rentalhost/laravel-insight/wiki/Inspections#fluent-should-not-be-used-as-type-directly));
* **Blade**: support to folding Blade statements and comments ([more info](https://github.com/rentalhost/laravel-insight/wiki/Auxiliary-Features#blade-folding-support));

### Improvement
### Improved

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

Expand Down
15 changes: 12 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>net.rentalhost.idea.laravelInsight</id>
<name>Laravel Insight</name>
<version>0.3.1</version>
<version>0.3.2</version>
<idea-version since-build="145.0" />

<vendor email="[email protected]" url="https://rentalhost.net/">Rentalhost.net</vendor>
Expand Down Expand Up @@ -42,9 +42,18 @@
<li><strong>Resolution</strong>: improvement to variable types resolution (eg. when inside of parentheses);</li>
</ul>
<h1>Fixed on <code>0.3.1</code></h1>
<h1>Changes on <code>0.3.1</code></h1>
<ul>
<li><strong>NPE</strong>: when <code>use</code> trait is temporarily empty;</li>
<li><strong>NPE</strong> (<em>Fixed</em>): when <code>use</code> trait is temporarily empty;</li>
</ul>
<h1>Changes on <code>0.3.2</code></h1>
<ul>
<li><strong>Blade</strong> (<em>Added</em>): supporting added to following directives: <code>@php</code> and <code>@push</code>;</li>
<li><strong>Eloquent Inspection</strong> (<em>Fixed</em>): <em>column without annotation</em> could not identify annotated properties on traits;</li>
<li><strong>Eloquent Inspection</strong> (<em>Fixed</em>): <em>column without annotation</em> could not identify annotated properties in some cases when <code>@param</code> overrides the method parameter type;</li>
<li><strong>Blade</strong> (<em>Removed</em>): removing folding feature from this plugin for directives <code>@if</code>, <code>@elseif</code>, <code>@unless</code>, <code>@forelse</code>, <code>@can</code>, <code>@elsecan</code>, <code>@cannot</code>, <code>@elsecannot</code> and <code>@hassection</code>, once that it was implemented by <a href="https://youtrack.jetbrains.com/issue/WI">WI-36875</a> - it still will be foldable, but will be handled now by PhpStorm;</li>
<li><strong>Blade</strong> (<em>Removed</em>): removing comments folding feature from this plugin once that it was implemented by the next PhpStorm EAP;</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit 7b8dce3

Please sign in to comment.