|
1 | 1 | <idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
|
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id>
|
3 | 3 | <name>Symfony Plugin</name>
|
4 |
| - <version>0.12.117</version> |
| 4 | + <version>0.12.118</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
111 | 111 |
|
112 | 112 | <br/>
|
113 | 113 |
|
| 114 | +<h2>0.12.118</h2> |
| 115 | +<ul> |
| 116 | + <li>Fixing npe in service generator intention <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/722">#722</a></li> |
| 117 | + <li>Implement lock for timer clear on caret listener <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/722">#722</a></li> |
| 118 | + <li>Add index to provide autocompletion for DIC parameters defined dynamically <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/478">#478</a></li> |
| 119 | + <li>Convert service name to lowercase in index and xml navigation should navigation to service name case insensitive</li> |
| 120 | + <li>Add service container class name variants if definition not unique in project</li> |
| 121 | + <li>Add @Event annotation indexer; provide completion, navigation, method type hint <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/493">#493</a></li> |
| 122 | + <li>Fix exception Accessing indexes from PhpTypeProvider2 while building indexes violates contract <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/670">#670</a></li> |
| 123 | + <li>Fix missing Yaml deprecation detection for colon in unquoted values <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/719">#719</a></li> |
| 124 | + <li>Add method type hint class importer for subscriber events <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/564">#564</a></li> |
| 125 | + <li>Dropping weak route name inspection, no need for this anymore</li> |
| 126 | + <li>Refactoring route to use object serialization, add route method index and force reindexing <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/725">#725</a></li> |
| 127 | + <li>Add inspection for form types as name deprecation; includes a quickfix</li> |
| 128 | +</li> |
| 129 | +</ul> |
| 130 | +
|
114 | 131 | <h2>0.12.117</h2>
|
115 | 132 | <ul>
|
116 | 133 | <li>Use popover for container tag suggestion</li>
|
|
0 commit comments