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
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,25 @@ Changelog
19
19
* 0.10.x: PhpStorm 7 (no support)
20
20
* 0.9.x: PhpStorm 6 (no support)
21
21
22
+
## 0.23.224 / 2022.1.224
23
+
* Prefix missing parameter inspection with "Symfony" (Daniel Espendiller)
24
+
* Prevent duplicate complete for already known path / url twig lookup elements (Daniel Espendiller)
25
+
*[#1890](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1890) pipe also the fake php file to completion proxying for php (Daniel Espendiller)
26
+
*[#1893](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1893) workaround in wrongly implemented attributes handling; catch errors and check for direct attribute value via string (Daniel Espendiller)
27
+
* Use central container parameter naming as its now highly optimized (Daniel Espendiller)
28
+
22
29
## 0.23.223 / 2022.1.223
23
-
*Replaced timed cache for container to use its file modification counter (Daniel Espendiller)
24
-
*Smarter detection for compiled translation files (Daniel Espendiller)
*Change static libraryRoots to dynamic LibraryRootProvider implementations (Thomas Schulz)
27
-
*Try to guess the translations file even more (Daniel Espendiller)
28
-
*Refactor compiled routing loading; to use internal cache implementation (Daniel Espendiller)
29
-
*[#1705](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1705) support constants for route name and path via first level self owning (Daniel Espendiller)
30
-
*Replace custom compiled translations caching result with CachedValue (Daniel Espendiller)
31
-
*Support download of Symfony CLI for project creation (Daniel Espendiller)
32
-
*[#1764](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1764) support translations in php files (Daniel Espendiller)
33
-
*[#774](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/774)[#1310](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310)[#1334](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1334) fix "Symfony" project create feature with using Symfony CLI installer (Daniel Espendiller)
30
+
* Replaced timed cache for container to use its file modification counter (Daniel Espendiller)
31
+
* Smarter detection for compiled translation files (Daniel Espendiller)
* Change static libraryRoots to dynamic LibraryRootProvider implementations (Thomas Schulz)
34
+
* Try to guess the translations file even more (Daniel Espendiller)
35
+
* Refactor compiled routing loading; to use internal cache implementation (Daniel Espendiller)
36
+
*[#1705](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1705) support constants for route name and path via first level self owning (Daniel Espendiller)
37
+
* Replace custom compiled translations caching result with CachedValue (Daniel Espendiller)
38
+
* Support download of Symfony CLI for project creation (Daniel Espendiller)
39
+
*[#1764](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1764) support translations in php files (Daniel Espendiller)
40
+
*[#774](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/774)[#1310](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310)[#1334](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1334) fix "Symfony" project create feature with using Symfony CLI installer (Daniel Espendiller)
34
41
35
42
## 0.23.222 / 2022.1.222
36
43
* Proxy Twig function parameter completion to PHP completion (Daniel Espendiller)
<li>Change static libraryRoots to dynamic LibraryRootProvider implementations (Thomas Schulz)</li>
7
-
<li>Try to guess the translations file even more (Daniel Espendiller)</li>
8
-
<li>Refactor compiled routing loading; to use internal cache implementation (Daniel Espendiller)</li>
9
-
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1705">#1705</a> support constants for route name and path via first level self owning (Daniel Espendiller)</li>
10
-
<li>Replace custom compiled translations caching result with CachedValue (Daniel Espendiller)</li>
11
-
<li>Support download of Symfony CLI for project creation (Daniel Espendiller)</li>
12
-
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1764">#1764</a> support translations in php files (Daniel Espendiller)</li>
13
-
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/774">#774</a><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310">#1310</a><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1334">#1334</a> fix "Symfony" project create feature with using Symfony CLI installer (Daniel Espendiller)</li>
3
+
<li>Prefix missing parameter inspection with "Symfony" (Daniel Espendiller)</li>
4
+
<li>Prevent duplicate complete for already known path / url twig lookup elements (Daniel Espendiller)</li>
5
+
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1890">#1890</a> pipe also the fake php file to completion proxying for php (Daniel Espendiller)</li>
6
+
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1893">#1893</a> workaround in wrongly implemented attributes handling; catch errors and check for direct attribute value via string (Daniel Espendiller)</li>
7
+
<li>Use central container parameter naming as its now highly optimized (Daniel Espendiller)</li>
0 commit comments