Releases: dereuromark/cakephp-ide-helper
Releases · dereuromark/cakephp-ide-helper
1.10.0
Improvements
With PHPStorm 2020.3.1 they finally fixed the broken/buggy behavior around meta data and trait/inheritance usage.
Now it works as expected for PHP and as such we can now ship some really awesome and useful new features for it:
- Entity auto-complete/suggest for
setDirty()
,setError()
,getOriginal()
and others - Component
unload()
auto-complete/suggest
1.9.0
1.8.2
Fixes
Fixed key collision of DatabaseTableColumnNameTask vs DatabaseTableColumnTypeTask
1.8.1
Fixes
- Don't fail table task on empty DB.
Improvements
- Allowed new diff dependency v4.
- Allowed array support for foreign keys
1.8.0
Improvements
Added several IDE autocomplete/typehinting:
$table->removeBehavior($alias)
$this->Form->control()
PHPStan level 8 now.
0.14.10
Fixes
Backported fix of ControllerAnnotator working with prefixed controllers (e.g. Admin)
1.7.1
Fixes
Fixed finders to be found and collected also in Table classes by default.
So far only behavior ones were included and one had to use a special config for the others.
1.7.0
0.14.9
Improvements
Some backports to CakePHP 3.x
1.6.0
Improvements
- Added new 2020.01 meta directive
ExitPoint
- Print out existing/used sets for easier reuse in verbose mode of the generator
Fixes
- Do not include abstract table classes.