Releases: dereuromark/cakephp-ide-helper
Releases · dereuromark/cakephp-ide-helper
2.13.4
2.13.3
2.13.2
Fixes
- Also added auto-complete for other table() method usage in Migrations or Seeds.
Full Changelog: 2.13.1...2.13.2
2.13.1
Fixed
- Fixed type hinting in beforeRedirect() code completion file
Improvements
- Allow fast regex check for performance (optional, can be enabled via config) when looking for default table on controllers
New Contributors
Full Changelog: 2.13.0...2.13.1
2.13.0
Improvements
- Allow adding
$defaultTablefor non existing models in controllers.
bin/cake illuminate src/Controller --task ControllerDefaultTable
2.12.1
Fixes
- Fixed phpcs v4 handling of doc blocks after open tag.
2.12.0
Fixes
- Fix callable (anonymous function) variables to be excluded from template annotations
Improvements
- Allow phpcs v4
2.11.3
Fixes
- Added missing
afterMarshalcallback annotating.
2.11.2
Fixes
- Adjust to skip URLs in link annotations. by @dereuromark in #392
Full Changelog: 2.11.1...2.11.2
2.11.1
Improvements
- Fixed CI status code for accumulated result
- Improved non verbose output to by default contain the changes needed.