Releases: cakephp/bake
Releases · cakephp/bake
Bake 1.0.2 Released
A bug-fix release for the Bake plugin is available. This release contains an important change in how validations are generated for Tables, it no longer create validation rules for foreign keys as they should be validated using the rules checker.
Bake 1.0.1 Released
Changes:
- Using stable CakePHP release in composer.json
Bake 1.0.0 Released
This is the initial stable release for the Bake plugin for CakePHP 3.0.
Some of the highlights:
- Generates code for CakePHP 3.0
- New templating syntax for easier code generation.
- Can be extended and changed via events.
- Plugins and applications can add bake tasks.