|
1 | 1 | <idea-plugin 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.14.148</version> |
| 4 | + <version>0.14.149</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
109 | 109 |
|
110 | 110 | <br/>
|
111 | 111 |
|
| 112 | +<h2>0.14.149</h2> |
| 113 | +<ul> |
| 114 | + <li>Detect Twig templates when using `__invoke` controllers <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980">#980</a>; drop some redundant template annotation code</li> |
| 115 | + <li>Add @Template __invoke support for annotation template creation quickfix and in Twig template controller resolver <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980">#980</a></li> |
| 116 | + <li>Fix "Navigate to action" on controller with __invoke doesn't work <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/986">#986</a></li> |
| 117 | + <li>Create template for missing template is really weird <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/795">#795</a>; replace custom dialog with more commonly JBPopupFactory</li> |
| 118 | + <li>Provide better scope detection for Service Generator, add psr-0 class structure detection fixes: "Create Service" in project tree does nothing <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/978">#978</a></li> |
| 119 | + <li>Add lazy decorated service resolving to fix Argument 'decorated' of ServiceUtil.getLineMarkerForDecoratedServiceId must not be null <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/982">#982</a></li> |
| 120 | + <li>Add calls support for service usage indexer <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/890">#890</a></li> |
| 121 | + <li>Add support for Twig 2 hassers for the attribute operator <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/964">#964</a></li> |
| 122 | + <li>Add class completion for yaml service key to support Symfony 3.3 shortcut feature <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/987">#987</a></li> |
| 123 | + <li>Fix empty string indexing of Doctrine repository class; "THashSet contract violation - 25 reports & coming" <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/985">#985</a></li> |
| 124 | + <li>Use slash for controller subfolder which are PHP namespaces instead of filesystem style to fix autocompletion for controller names in routing files is broken for namespaced classes <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/961">#961</a></li> |
| 125 | +</ul> |
| 126 | +
|
112 | 127 | <h2>0.14.148</h2>
|
113 | 128 | <ul>
|
114 | 129 | <li>Symfony 3.3 Fully support autowire in defaults of XML <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966">#966</a></li>
|
|
0 commit comments