Releases: zephir-lang/idea-plugin
Releases · zephir-lang/idea-plugin
0.4.0
All notable changes to this version has been documented in the CHANGELOG.md
file.
0.3.6
- Updated file icons
- Corrected
change-notes
section to store changes only for the latest version of the plugin
0.3.5
- Drop support of IDE's versions below 182
0.3.4
- Replaced usage of deprecated API by new one
0.3.3
- Fixed recognizing strings with regular expressions
0.3.2
-
Improved method modifiers support like:
static protected final function foo () { }
-
Fixed chain of call syntax support. For example:
return (<ManagerInterface> this->manager)->setModelSchema(this, schema);
0.3.2-beta3
- Fixed regex recognition
- Fixed variable definition like
{someVar} = someValue;
0.3.2-beta2
- Reduced Phalcon syntax errors from 30 to 16
- Fixed completion bug when invoking AC in method definition block
0.3.2-beta1
Introduced class members in completion list
0.3.1
- Fixed 75% of syntax recognition collisions
- Improved completion