Releases: cakephp/bake
Releases · cakephp/bake
Bake 1.9.5
- Update PluginTask to use
cake plugin load
to add plugins instead of duplicating that logic.
1.9.4
Bugfixes
Fixed regression of newline noise added in previous patch.
1.9.3
Bake 1.9.2
- Update TwigView version to avoid deprecation errors.
- Remove use of deprecated notEmpty/allowEmpty validator methods.
Bake 1.9.1
- Fix recent deprecations.
- Use CamelCased fixture names when generating test cases.
- Updated bake files to use test traits.
Bake 1.8.7
- Limit "bake all --everything" to only the default connection. #392
Bake 1.9.0
- Removed usage of methods deprecated in 3.7.0
- Updated test generation to use new traits.
- Fixture names are now generated with CamelCase inflections as per 3.7. requirements.
Bake 1.8.6
- Fixed missing variable warnings in PHP 7.3
- Added nullable type annotations to generated entity property documentation.
- Fixed incorrect typehint in controller annotation.
Bake 1.8.5
- Fixed dummy text generation for short text fields
Bake 1.8.4
- Improved validation generated for unsigned integers.