|
1 | 1 | <html>
|
2 | 2 | <ul>
|
3 |
| - <li>Proxy Twig function parameter completion to PHP completion (Daniel Espendiller)</li> |
4 |
| - <li>Support controller action linemarker for "__invoke" and all others resolving (Daniel Espendiller)</li> |
5 |
| - <li>Support navigation for "Symfony 5.3: Configure Multiple Environments in a Single File" @see https://symfony.com/blog/new-in-symfony-5-3-configure-multiple-environments-in-a-single-file (Daniel Espendiller)</li> |
6 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1858">#1858</a> fix external phpindex "Stub ids not found for key in index" by replacing phpclass filter namespacing (Daniel Espendiller)</li> |
7 |
| - <li>Provide navigation and completion for Symfony http client options (Daniel Espendiller)</li> |
8 |
| - <li>Replace deprecated "com.intellij.util.containers.HashMap" (Daniel Espendiller)</li> |
9 |
| - <li>Replace deprecated "Deprecated fields usages" (Daniel Espendiller)</li> |
10 |
| - <li>Replace deprecated "com.intellij.util.containers.HashSet" (Daniel Espendiller)</li> |
11 |
| - <li>Provide fuzzy similar search for fix missing routes (Daniel Espendiller)</li> |
12 |
| - <li>Provide fuzzy similar search for fix missing translation domain (Daniel Espendiller)</li> |
13 |
| - <li>Provide fuzzy similar search for fix missing translation keys (Daniel Espendiller)</li> |
14 |
| - <li>Sync changelog (Daniel Espendiller)</li> |
| 3 | + <li>Replaced timed cache for container to use its file modification counter (Daniel Espendiller)</li> |
| 4 | + <li>Smarter detection for compiled translation files (Daniel Espendiller)</li> |
| 5 | + <li>Update PhpStorm library: - https://github.com/King2500/symfony-phpstorm-meta - https://github.com/King2500/doctrine-phpstorm-meta (Daniel Espendiller)</li> |
| 6 | + <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><a href="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><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1764">#1764</a> support translations in php files (Daniel Espendiller)</li> |
| 13 | + <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/774">#774</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310">#1310</a> <a href="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> |
15 | 14 | </ul>
|
16 | 15 | </html>
|
0 commit comments