Skip to content

Releases: goaop/idea-plugin

Version 1.2.1 of IDEA Plugin for Go! AOP Framework

19 Nov 09:45
1.2.1
Compare
Choose a tag to compare

This patch release optimizes performance of indexation process #14, #15, thanks to @artspb.

If you use this plugin in big projects please upgrade to this version for better performance.

Version 1.2.0 of IDEA Plugin for Go! AOP Framework

23 Jun 22:33
Compare
Choose a tag to compare

Minor release with a new pointcut syntax support for matchInherited(), see #8.
Also contains the fix for #11 that prevent using of plugin in projects with methods declared via @method.

Version 1.1.0 of IDEA Plugin for Go! AOP Framework

24 Apr 16:59
Compare
Choose a tag to compare

This release contains feature #5 that allows to easily navigate from aspect's advices directly to the advised elements. Just use "Navigate -> Related Symbol.." shortcut.

navigate-to-advised

Version 1.0.1 of IDEA Plugin for Go! AOP Framework

02 Apr 09:15
Compare
Choose a tag to compare

This release contains one important feature #6 for Php-Deal Design-by-Contract framework which allows to natively use PHP syntax for assertions:

dbc-highlight

Version 1.0.0 of IDEA Plugin for Go! AOP Framework

27 Mar 18:41
Compare
Choose a tag to compare

Version 1.0.0 features:

  • Go! AOP pointcut syntax highlighting and parsing
  • Analysis of pointcuts and line marker to navigate to the concrete advice IDEA Pointcut analysis
  • Highlighting of incorrect doctrine annotations for @access, @execution and @Within pointcuts
  • Completion of doctrine annotations @access, @execution and @Within pointcuts Doctrine annotation completion
  • Completion of visibility modifiers and pointcut keywords
  • Automatic injection of pointcut language into the Go\Lang\Annotation* annotations
  • Color settings adjustment for pointcut expressions