Skip to content

Releases: zephir-lang/idea-plugin

0.4.0

23 May 21:13
792cb8f
Compare
Choose a tag to compare

All notable changes to this version has been documented in the CHANGELOG.md file.

0.3.6

17 May 22:26
1dd5af8
Compare
Choose a tag to compare
  • Updated file icons
  • Corrected change-notes section to store changes only for the latest version of the plugin

0.3.5

13 May 08:27
92f8893
Compare
Choose a tag to compare
  • Drop support of IDE's versions below 182

0.3.4

12 May 21:42
56c39c2
Compare
Choose a tag to compare
  • Replaced usage of deprecated API by new one

0.3.3

07 Sep 14:44
Compare
Choose a tag to compare
  • Fixed recognizing strings with regular expressions

0.3.2

27 Dec 19:56
8a16b85
Compare
Choose a tag to compare
  • 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

19 Jul 04:58
Compare
Choose a tag to compare
  • Fixed regex recognition
  • Fixed variable definition like
    {someVar} = someValue;

0.3.2-beta2

30 May 06:10
Compare
Choose a tag to compare
  • Reduced Phalcon syntax errors from 30 to 16
  • Fixed completion bug when invoking AC in method definition block

0.3.2-beta1

23 May 20:55
Compare
Choose a tag to compare

Introduced class members in completion list

0.3.1

17 May 22:05
Compare
Choose a tag to compare
  • Fixed 75% of syntax recognition collisions
  • Improved completion