Skip to content

Releases: cakephp/bake

Bake 1.0.2 Released

25 Mar 08:47
Compare
Choose a tag to compare

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

22 Mar 18:09
Compare
Choose a tag to compare

Changes:

  • Using stable CakePHP release in composer.json

Bake 1.0.0 Released

22 Mar 16:10
Compare
Choose a tag to compare

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.