Releases: cakephp/bake
Releases · cakephp/bake
Bake 2.0.4
Fixes
- Generated plugin classes now include parent calls so that people following older tutorials aren't surprised as often.
Bake 2.0.3
- Updated TwigView dependency to a stable version.
Bake 2.0.2
Fixes
bake mailer
no longer generates empty layout files.- login template no longer includes
flash('auth')
as it is not used. - Updated codesniffer dependency to a stable version.
Bake 2.0.1
- Updated use of removed method
TableSchemaInterface::primaryKey()
to new methodTableSchemaInterface::getPrimaryKey()
.
Bake 2.0.0
- Compatible with CakePHP 4.0
Bake 1.12.0
New Features
- Generated code now includes trailing commas to match the latest PHPCS rules.
- Plugins now include
config/Migrations/schema-dump-default.lock
in their gitignore file.
Bake 1.11.2
- Improved generated annotations for table classes.
- Added
@uses
annotation to controller & command test cases to suppress 'unused class' warnings in PHPStorm.
Note: To also fix existing code for these cases, you can use the matching release of IdeHelper plugin.
Bake 1.11.1
- Fix argument order for generated allowEmpty() method calls.
Bake 1.11.0
- Use new
notEmpty*()
validator methods. - Compatible with cake 3.8.x
Bake 1.10.1
Pin to use cakephp 3.7.x