Releases: dereuromark/cakephp-ide-helper
Releases · dereuromark/cakephp-ide-helper
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
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
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
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
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 (
.ctpfiles including elements) - Shells (and Tasks)
- Components
- Helpers