Skip to content

Releases: cakephp/bake

Bake 2.0.1

19 Dec 14:40
Compare
Choose a tag to compare
  • Updated use of removed method TableSchemaInterface::primaryKey() to new method TableSchemaInterface::getPrimaryKey().

Bake 2.0.0

16 Dec 03:18
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0

Bake 1.12.0

07 Dec 20:36
33e8ee8
Compare
Choose a tag to compare

New Features

  • Generated code now includes trailing commas to match the latest PHPCS rules.
  • Plugins now include config/Migrations/schema-dump-default.lock in their gitignore file.

Bake 1.11.2

31 Jul 02:10
8598c33
Compare
Choose a tag to compare
  • Improved generated annotations for table classes.
  • Added @uses annotation to controller & command test cases to suppress 'unused class' warnings in PHPStorm.

Note: To also fix existing code for these cases, you can use the matching release of IdeHelper plugin.

Bake 1.11.1

10 Jul 17:49
817282f
Compare
Choose a tag to compare
  • Fix argument order for generated allowEmpty() method calls.

Bake 1.11.0

01 Jul 22:55
Compare
Choose a tag to compare
  • Use new notEmpty*() validator methods.
  • Compatible with cake 3.8.x

Bake 1.10.1

01 Jul 21:39
Compare
Choose a tag to compare

Pin to use cakephp 3.7.x

Bake 1.10.0

27 Jun 02:28
Compare
Choose a tag to compare
  • Added documentation into this repository.
  • Improve plugin bootstrapping.
  • Improved typehint annotations.

Bake 1.9.6

25 Apr 00:56
96651b0
Compare
Choose a tag to compare
  • Generated validation rules only include requirePresence rules if columns are not nullable and do not have default values.
  • Improved generated annotation data.

Bake 1.9.5

14 Apr 02:04
8a93a88
Compare
Choose a tag to compare
  • Update PluginTask to use cake plugin load to add plugins instead of duplicating that logic.