Skip to content

Releases: cakephp/bake

Bake 1.0.13

05 Sep 17:04
Compare
Choose a tag to compare
  • modelObject is now provided to template rendering.
  • migrations related tables are now skipped when using all
  • cake bake all now supports the --prefix option.

Bake 1.0.12

05 Sep 17:03
1.0.12
Compare
Choose a tag to compare
  • Added visual break before behaviors in table classes.
  • Added security notes regarding recent accessible field changes.
  • Fixture task generates 1 row by default now instead of 10.
  • The phinxlog table is skipped when using bake controller all and bake model all
  • Tests now run against PHP7.

Bake 1.0.11

26 Jul 21:54
Compare
Choose a tag to compare
  • Added calls to parent::initialize() to generated Table classes
  • Only setting primary key columns as inaccessible in generated entitites
  • Improved table templates
  • Support for auto-generating uuid values in fixtures
  • Correctly generating plugins with a vendor prefix

Bake 1.0.9 Released

01 Jun 18:54
Compare
Choose a tag to compare
  • Fixed some style issues
  • Added annotation hints for associated tables in generated table classes
  • Ability to bake Form classes

Bake 1.0.8 Released

24 May 14:09
Compare
Choose a tag to compare
  • Fixed a bug in the fixture generation process
  • Wrapped flash messages with translation functions
  • Improved output formatting in various places

Bake 1.0.7 Released

11 May 07:35
Compare
Choose a tag to compare
  • Added fallback for tables named in singular
  • Warning users when no template can be found to bake an action

Bake 1.0.6 Released

05 May 07:59
Compare
Choose a tag to compare
  • Fixed detection of associations when baking plugin classes
  • Improved indentation in generated fixtures

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.