Skip to content

Releases: dereuromark/cakephp-ide-helper

0.8.4

17 Aug 08:27

Choose a tag to compare

Enhancements

Added support for pagination annotations in Controllers.
This follows recent changes in Bake plugin that also does this.

0.8.3

08 Aug 12:10

Choose a tag to compare

Bugfixes

Allow for global phpcs installation to work well with this plugin.

0.8.2

07 Aug 12:06

Choose a tag to compare

Adjustments

Allow for new diff major.

0.8.1

19 Jul 19:43

Choose a tag to compare

Improvements

  • Allow $ to be optional for property annotations.
  • Allow configurable prefixes for controller annotations via IdeHelper.prefixes.

0.8.0

06 Jul 15:49

Choose a tag to compare

Improvements

Code modification relies on the PHP token parsing/updating of the PHP_CodeSniffer tool.

  • PHP_CodeSniffer v2.8 and v3.0 are now both supported, depending on what coding standard in what version you have you can now still use this IdeHelper plugin.

Bugfixes

  • Fix annotation generator for entity annotations around property tags to be properly merged.

0.7.3

22 May 16:30

Choose a tag to compare

Bugfixes

  • Fix annotations for plugin controllers regarding components.

Adjustments

  • Follow cakephp/bake#337 to allow collection typehinting for entity collections in templates.

0.7.2

16 Apr 14:15

Choose a tag to compare

Bugfixes

  • Fix plugin controller annotations

Improvements

  • Support expressions like $this->Form->create($entity, ...) for template annotations

0.7.1

15 Apr 13:14

Choose a tag to compare

Bugfixes

Fix controllers and their component annotations

0.7

14 Apr 19:25

Choose a tag to compare

0.7

Improvements

  • Fix ModelAnnotator to replace property annotations.
  • Allow plugins to be annotated correctly.
  • Added PHPStan check

0.6

03 Apr 21:32

Choose a tag to compare

0.6

Improvements

  • Allow replacing of outdated $var annotations in templates instead of just adding or skipping.
  • Allow ignoring of template $var annotations replacing via description.