Skip to content

Releases: cakephp/bake

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.

1.9.4

27 Mar 10:27
ec975a5
Compare
Choose a tag to compare

Bugfixes

Fixed regression of newline noise added in previous patch.

1.9.3

26 Mar 12:47
a3203ed
Compare
Choose a tag to compare

Bugfixes

  • Correct return value type hint annotations for Table::saveOrFail(). Existing ones can be updated/fixed using IdeHelper.
  • Remove superfluous empty doc block lines in templates and generated code.

Bake 1.9.2

04 Jan 21:54
9949a6a
Compare
Choose a tag to compare
  • Update TwigView version to avoid deprecation errors.
  • Remove use of deprecated notEmpty/allowEmpty validator methods.

Bake 1.9.1

12 Dec 07:59
Compare
Choose a tag to compare
  • Fix recent deprecations.
  • Use CamelCased fixture names when generating test cases.
  • Updated bake files to use test traits.

Bake 1.8.7

12 Dec 07:21
8a675e3
Compare
Choose a tag to compare
  • Limit "bake all --everything" to only the default connection. #392

Bake 1.9.0

01 Dec 03:05
Compare
Choose a tag to compare
  • Removed usage of methods deprecated in 3.7.0
  • Updated test generation to use new traits.
  • Fixture names are now generated with CamelCase inflections as per 3.7. requirements.

Bake 1.8.6

17 Nov 03:36
bfa552a
Compare
Choose a tag to compare
  • Fixed missing variable warnings in PHP 7.3
  • Added nullable type annotations to generated entity property documentation.
  • Fixed incorrect typehint in controller annotation.

Bake 1.8.5

04 Nov 20:45
1.8.5
d4b1a92
Compare
Choose a tag to compare
  • Fixed dummy text generation for short text fields

Bake 1.8.4

04 Nov 20:45
1.8.4
7356656
Compare
Choose a tag to compare
  • Improved validation generated for unsigned integers.