Skip to content

Releases: dereuromark/cakephp-ide-helper

0.5

19 Mar 15:37

Choose a tag to compare

0.5

Improvements

  • Added component annotations for controllers incl. AppController.
  • Allow replacing of outdated annotations incl. method signature changes
  • Fixed template doc block merging.

0.4

16 Mar 21:18

Choose a tag to compare

0.4

Improvements

  • Allow skipping of template folders
  • Catch more exceptions to continue with warnings instead.
  • Better skipping of invalid files by default, e.g. dot files
  • Improved output, colors included for better visual feedback

0.3

13 Mar 22:40

Choose a tag to compare

0.3

Improvements

  • A diff output in verbose mode has been added. This is especially useful for -d (dry-run) mode.
  • Model associations are now more correctly resolved using the actual Table configuration.

0.2

12 Mar 22:58

Choose a tag to compare

0.2

Improvements

  • Adds proper table relations, now also works for chaining
  • Allows mixins for table behaviors
  • Fixes model annotations to be partially written

First pre-release

12 Mar 19:59

Choose a tag to compare

Features

  • Add annotations to existing code (e.g. when upgrading an application) just like baking would to new code.
  • Can run multiple times without adding the annotations again.
  • Works with your application as well as any loaded plugin.
  • CI check support, can e.g. be run in Travis, CircleCI, Jenkins just like coding standards check.

Supported annotations by this plugin:

  • Models (Tables and Entities)
  • Controllers (including prefixes like Admin)
  • View (AppView)
  • Templates (.ctp files including elements)
  • Shells (and Tasks)
  • Components
  • Helpers