Skip to content

Releases: cakephp/bake

Bake 1.0.5 Released

27 Apr 01:43
1.0.5
Compare
Choose a tag to compare

Bugfixes

  • Generated composer.json in plugins uses stable CakePHP version instead
    of dev-master
  • TestCase fixtures lists don't contain useless keys.
  • Fallback routes in plugins now use InflectedRoute.
  • Smaller dist packages.

Bake 1.0.4 Released

08 Apr 09:09
Compare
Choose a tag to compare
  • Fixed bug that made bake crash when finding associations to missing tables

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.