8000 cleanup public visible plugin changelog · Koc/idea-php-symfony2-plugin@49fc314 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49fc314

Browse files
committed
cleanup public visible plugin changelog
1 parent cbaacab commit 49fc314

File tree

1 file changed

+0
-169
lines changed

1 file changed

+0
-169
lines changed

META-INF/plugin.xml

Lines changed: 0 additions & 169 deletions
Original file line numberDiff line numberDiff line change
@@ -198,175 +198,6 @@
198198
</li>
199199
</ul>
200200
201-
<h2>0.12.116</h2>
202-
<ul>
203-
<li>Migrate yaml routing controller navigation feature</li>
204-
<li>Migrate yaml config completion</li>
205-
<li>Migrate yaml sequence item usages, to fix wrong parameter resolving in call and arguments keys <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/710">#710</a></li>
206-
<li>PhpUse#getOriginal is deprecated, use #getFQN instead @artspb</li>
207-
<li>Use yaml core utils to generate keys for translation, also support nested keys again <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/708">#708</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/711">#711</a></li>
208-
</li>
209-
</ul>
210-
211-
<h2>0.11.115 / 0.12.115</h2>
212-
<ul>
213-
<li>Migrate our yaml features to new yaml plugin and support PhpStorm 2016.1 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/626">#626</a></li>
214-
<li>Provide additional text for yaml route keys completion</li>
215-
<li>Add quick fix for wrong service instance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/566">#566</a>; Use popup overlay for suggestion</li>
216-
<li>Respect formatting for generated service definitions <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/374">#374</a></li>
217-
<li>Activate xml service generator insert button</li>
218-
<li>Add deprecated inspection for route and container settings in yaml and xml files</li>
219-
<li>Add Symfony 2.8 / 3.1 YAML deprecations inspections <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/693">#693</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/601">#601</a></li>
220-
<li>Fix definition created by "Generate Symfony2 service" is invalid because yaml deprecations <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/638">#638</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/693">#693</a></li>
221-
</li>
222-
</ul>
223-
224-
<h2>0.11.114</h2>
225-
<ul>
226-
<li>Reduce access of read thread in webDeployment jobs <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/694">#694</a></li>
227-
<li>Replace custom "instanceof" implementation with core isConvertibleFrom</li>
228-
<li>Fixing yaml class instance checks for single quote strings</li>
229-
<li>Increase testing coverage for mainly used yaml related features</li>
230-
</li>
231-
</ul>
232-
233-
<h2>0.11.113</h2>
234-
<ul>
235-
<li>Decouple all webDeployment dependencies to extensions points and make all related feature optional <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/688">#688</a></li>
236-
<li>Move remote container files parsing to main service factory, this simulates a local filesystem behavior</li>
237-
<li>Move plugin settings under "Languages and Frameworks" section <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/690">#690</a></li>
238-
<li>Add Symfony 2 and 3 default routing paths to new implementation</li>
239-
<li>Add service suggestion intention for yaml and xml container files</li>
240-
<li>Provide service name suggestion quickfix for class instance check of xml and yaml container arguments</li>
241-
<li>Add XLIFF 2.0 support <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/692">#692</a></li>
242-
<li>Add some more yaml service keys completion for newly added Symfony features</li>
243-
</li>
244-
</ul>
245-
246-
<h2>0.11.112</h2>
247-
<ul>
248-
<li>Extracting webDeployment plugin deps into external file, this resolves crashes for disabled "Remote Hosts Access" plugin <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/686">#686</a></li>
249-
</ul>
250-
251-
<h2>0.11.111</h2>
252-
<ul>
253-
<li>Add twig variable type inspection</li>
254-
<li>Add translation support for .xliff extension <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/684">#684</a></li>
255-
<li>Add support for multiple routes; deprecates single usage <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/138">#138</a></li>
256-
<li>Add controller test template <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/584">#584</a></li>
257-
<li>Add inspection for deprecated twig variable usage; last level only</li>
258-
<li>Migrate all local inspections to return visitor to improve performance and prevent multiple runs</li>
259-
<li>Experimental: Add support for webDeployment plugin (Remote Host); supports external container and routing files on a "Default Server"</li>
260-
<li>Experimental: Extend "Remote Host" context menu with action to download configured remote files</li>
261-
<li>Experimental: Background task to download external files</li>
262-
</ul>
263-
264-
<h2>0.11.110</h2>
265-
<ul>
266-
<li>Add controller provider for PHP Toolbox</li>
267-
<li>Add description to PhpTyes @var syntax and allow multiline doc comments <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/439">#439</a></li>
268-
<li>Add @see doc tag support for twig. supports: relative files, controller names, twig files, classes and methods syntax <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/439">#439</a></li>
269-
<li>Add Symfony 3 controller getParameter shortcut support; migrate container getParameter registrar for supporting all proxy methods and navigation <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/680">#680</a></li>
270-
<li>Create template for controller action on annotation should prioritize html files <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/681">#681</a></li>
271-
<li>Migrate template create annotator to twig namespaces handling to not only support bundle files</li>
272-
<li>Add twig namespace extension point and provide json file for twig namespace configuration "ide-twig.json" see "Twig Settings" for example</li>
273-
</ul>
274-
275-
<h2>0.11.109</h2>
276-
<ul>
277-
<li>Fix autocomplete route name in php and twig not working since Symfony 2.8 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/669">#669</a></li>
278-
<li>Implement more annotation controller route naming strategies <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/673">#673</a></li>
279-
<li>Add Doctrine model PHP Toolbox provider</li>
280-
</ul>
281-
282-
<h2>0.11.108</h2>
283-
<ul>
284-
<li>Try to fix "unable to get stub builder", looks like input filter is true always in helper class <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/630">#630</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/617">#617</a></li>
285-
<li>Implement PHP Toolbox providers: services, parameter, routes, templates</li>
286-
<li>Fix autocomplete and goto is missing for service ids in DefinitionDecorator <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/667">#667</a></li>
287-
</ul>
288-
289-
<h2>0.11.107</h2>
290-
<ul>
291-
<li>Implement twig block name completion workaround; need to strip block tag content on prefixmatcher <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/563">#563</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/390">#390</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/460">#460</a>, <a href="https://youtrack.jetbrains.com/issue/WI-24362">WI-24362</a></li>
292-
<li>Update yaml service template to match Symfony best practices <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/657">#657</a> @Ma27</li>
293-
<li>Add array syntax whitelist for twig "trans" domain extraction and support "transchoice" variable in regex <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/662">#662</a></li>
294-
<li>Update travis test matrix dont allow Java8 and PhpStorm10 failing</li>
295-
<li>Autowire services must not inspect constructor arguments <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/664">#664</a></li>
296-
<li>Synchronized clearing of CaretTextOverlayListener timer to prevent npe <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/642">#642</a></li>
297-
<li>"Method References" and "Type Provider" are deprecated by now and will replaced by Plugin <a href="http://plugins.jetbrains.com/plugin/8133">PHP Toolbox</a></li>
298-
</ul>
299-
300-
<h2>0.11.106</h2>
301-
<ul>
302-
<li>Check null before calling getFormTypeClassOnParameter in FormUtil <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/650">#650</a></li>
303-
<li>Support form getParent syntax of Symfony 2.8 / 3.0 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/651">#651</a></li>
304-
<li>Dropping service alias "form.type" and "form.type_extension" form sources using interfaces instead</li>
305-
<li>Add path support, class prefix routes and auto naming for route annotation indexer</li>
306-
<li>Add new form extension visitor to reuse type visitor and support for nested ExtendedType form; resolves <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/623">#623</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/651">#651</a></li>
307-
</ul>
308-
309-
<h2>0.11.105</h2>
310-
<ul>
311-
<li>Plugin renaming "Symfony2" -> "Symfony"</li>
312-
<li>Support yml inline service alias <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/628">#628</a></li>
313-
<li>Support form field types as class constants <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/623">#623</a></li>
314-
<li>Add FormType class constant completion and insert handler <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/623">#623</a></li>
315-
<li>Add form intention action and generator for replace string parameter with class constant <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/623">#623</a></li>
316-
<li>Parse branches level for symfony-installer version combobox; wait for next symfony.com deployment <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/645">#645</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/643">#643</a></li>
317-
<li>Add a navigation going from the constraint class to its constraint validator and vice versa <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/632">#632</a></li>
318-
<li>Add Doctrine class constants intention replacement</li>
319-
<li>Add class constants completion for Doctrine getRepository and intention</li>
320-
<li>Controller::redirectToRoute should provide routing auto completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/614">#614</a></li>
321-
<li>Whitelist twig "set tag" for twig extension references <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/600">#600</a></li>
322-
<li>Dropping all version strings of "Symfony2", which are not system related</li>
323-
<li>Add support for Symfony 2.8 and 3 using the new directory structure <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/635">#635</a>, also add auto configuration to set all custom paths and enabled plugin directly out of notification box</li>
324-
<li>Twig controller method targets now recognize xml and json files to fix @Template annotation doesn't recognize non-html templates <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/602">#602</a></li>
325-
</ul>
326-
327-
<h2>0.11.104</h2>
328-
<ul>
329-
<li>Replace deprecated eap "PhpType#add" collection signature with string iteration <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/611">#611</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/622">#622</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/627">#627</a></li>
330-
<li>Globally provide references for xml "resources" attributes with Bundle and relative path syntax</li>
331-
</ul>
332-
333-
<h2>0.11.103</h2>
334-
<ul>
335-
<li>All service definitions now indexed as json</li>
336-
<li>Support service alias for weak services <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/391">#391</a></li>
337-
<li>Add deprecated service inspection <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/608">#608</a></li>
338-
<li>Migrate doctrine metadata index to json and fix npe state for indexer process <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/610">#610</a></li>
339-
</ul>
340-
341-
<h2>0.11.102</h2>
342-
<ul>
343-
<li>Support command names inside constant and property strings</li>
344-
<li>Add autowire attribute to blacklist for service argument inspection <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/616">#616</a> and add "autowire" and "deprecated" yaml completion</li>
345-
<li>Add file resource index and add include line marker for routing definition</li>
346-
<li>Use lazy line marker for class service definitions</li>
347-
<li>Add route pattern/path provider for Symfony symbol search</li>
348-
</ul>
349-
350-
<h2>0.11.101</h2>
351-
<ul>
352-
<li>Use route names of index for symbol search not only compiler provider</li>
353-
<li>Secure doctrine metadata indexer for performance reasons <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/610">#610</a></li>
354-
<li>Support Doctrine embedded metadata for xml</li>
355-
<li>Add field name references on class property for doctrine xml metadata</li>
356-
<li>Add PhpStorm 10 testing environment</li>
357-
<li>Double check to not add empty doctrine metadata class to index <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/615">#615</a></li>
358-
<li>Add class name scope for all metadata providers</li>
359-
<li>Dont provide Doctrine metadata line marker for annotation classes as this results in self navigation <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/613">#613</a></li>
360-
<li>Improvements for completion and navigation of all Doctrine metadata files</li>
361-
<li>Tag generator indention for yml files is accessible for all services now</li>
362-
<li>Add new CaretListener extension which shows several type overlays for services</li>
363-
</ul>
364-
365-
<h2>0.11.100</h2>
366-
<ul>
367-
<li>Add blank fix for empty doctrine repository index value <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/609">#609</a></li>
368-
</ul>
369-
370201
<br/>
371202
<a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/master/CHANGELOG.md">open full changelog</a>
372203
<br/>

0 commit comments

Comments
 (0)
0