You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ Changelog
10
10
* 0.10.x: PhpStorm 7 (no support)
11
11
* 0.9.x: PhpStorm 6 (no support)
12
12
13
+
## 0.15.162
14
+
* Refactored Twig api in preparation for plugin split
15
+
* Add Twig block name indexer to improve performance [#1091](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091)
16
+
* Rely on index for all block name relevant file visiting [#1091](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091)
17
+
* Improve Twig types support for inline type declaration {# @var Class variable #} and {# @var variable Class #} [#1035](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1035)
18
+
13
19
## 0.15.161
14
20
* Allow path navigation for Twig templates in all php related navigation handler [#1076](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076)
15
21
* Fix translation auto-complete not working in Symfony Flex directory structure [#1096](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1096)
<li>Allow path navigation for Twig templates in all php related navigation handler <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076">#1076</a></li>
105
-
<li>Fix translation auto-complete not working in Symfony Flex directory structure <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1096">#1096</a></li>
106
-
<li>Refactoring form component to support more usages like extension navigation and self inheritance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1098">#1098</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/695">#695</a></li>
107
-
<li>[Form] Calling setDefault for data class does not associates form with binded class <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1048">#1048</a></li>
104
+
<li>Refactored Twig api in preparation for plugin split</li>
105
+
<li>Add Twig block name indexer to improve performance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091">#1091</a></li>
106
+
<li>Rely on index for all block name relevant file visiting <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091">#1091</a></li>
107
+
<li>Improve Twig types support for inline type declaration {# @var Class variable #} and {# @var variable Class #} <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1035">#1035</a></li>
0 commit comments