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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,21 @@ Changelog
22
22
* 0.10.x: PhpStorm 7 (no support)
23
23
* 0.9.x: PhpStorm 6 (no support)
24
24
25
+
## 2025.1.282
26
+
* Refactor Symfony commands `options` and `arguments` extraction, supporting both traditional and modern approaches (Daniel Espendiller)
27
+
* Update `#[Argument]` and `#[Option]` attributes to correct namespace during invokable command migration (Daniel Espendiller)
28
+
* Add support for `#[AutowireServiceClosure]`, `#[AutowireMethodOf]`, and `#[AutowireCallable]` attributes with completion and navigation - Strip processor prefixes (e.g., `bool:`, `int:`) from `#[Autowire(env:)]` attributes for navigation and completion - Add `%parameter%` wrapping support in `#[Autowire()]` attributes with completion and navigation - Add support for `#[Autowire(param:)]` and `#[Autowire(env:)]` attributes with completion and navigation (Daniel Espendiller)
29
+
* Remove `parent::__construct` calls during invokable command migration / replace `$input->getArgument()` and `$input->getOption()` calls with direct variable usage during invokable command migration (Daniel Espendiller)
30
+
* Add support for `enum` Twig function with completion, navigation, and insert handler for enum classes (Daniel Espendiller)
31
+
* Add completion and navigation support for Twig `guard` tag with `function`, `filter`, and `test` types (Daniel Espendiller)
32
+
* Intention action to migrate TwigExtension getFilters(), getFunctions(), and getTests() methods to use PHP attributes (#[AsTwigFilter], #[AsTwigFunction], #[AsTwigTest]). (Daniel Espendiller)
33
+
*[paid] Add inspection to detect deprecated array usage in Doctrine DBAL QueryBuilder (like `select`) methods and provide quick fixes (Daniel Espendiller)
34
+
* Add support for `is_granted_for_user``access_decision``access_decision_for_user` Twig function and UserAuthorizationCheckerInterface with completion and navigation (Daniel Espendiller)
35
+
* Add support for Twig attributes extension inside the TwigExtension template (`NewTwigExtensionAction`) (Daniel Espendiller)
36
+
* Add support for detecting `AsTwig*` attributes in SymfonyImplicitUsageProvider (Daniel Espendiller)
37
+
* Use the latest "org.jetbrains.intellij.platform" features and migrate to "compatiblePlugins" for installing plugins (Daniel Espendiller)
38
+
* Fix upcoming deprecations (Daniel Espendiller)
39
+
25
40
## 2025.1.281
26
41
* Refactor WebDeployment startup activity: migrate to `ProjectActivity` and clean up legacy code (Daniel Espendiller)
27
42
* Refactor Symfony Profiler widget to use `EditorBasedStatusBarPopup` and simplify popup creation (Daniel Espendiller)
0 commit comments