Skip to content

Releases: cakephp/bake

Bake 1.8.3

04 Nov 20:45
1.8.3
3c7c701
Compare
Choose a tag to compare
  • Correct generation of test cases for shell tasks.

Bake 1.8.2

04 Nov 20:46
1.8.2
d3a75d7
Compare
Choose a tag to compare
  • Use new style plugin loading.
  • Fix test case namespace inflection in plugins.

Bake 1.8.1

04 Nov 20:46
1.8.1
73073c2
Compare
Choose a tag to compare
  • Fixed test generation for Command classes.

Bake 1.8.0

04 Nov 20:47
1.8.0
1e54dd0
Compare
Choose a tag to compare
  • Generated code uses getTableLocator() now.
  • There is now a task for generating command classes.
  • Table classes include annotation for saveOrFail()

Bake 1.5.5

07 Dec 06:26
93e1f12
Compare
Choose a tag to compare
Require min. TwigView version 4.2.1

It fixes a bug related to ctp fallback when using themes.

1.5.0

23 Nov 05:39
1.5.0
08d775b
Compare
Choose a tag to compare

Twig Support

Default bake templates now use Twig instead of the custom delimiters
and PHP that was used in the past. The previous set of delimiters is
still supported and will continue to have support until bake 2.0

Bake themes can now use either twig templates, or PHP templates or a mix
of both.

1.4.3

14 Oct 05:03
1.4.3
Compare
Choose a tag to compare

Bake 1.4.3

Fixed

  • Controller names are detected better now.
  • DbConfig task no longer exists and shouldn't be referenced.
  • Improved IDE completion for tasks.

Added

  • Bake's default theme can be set with Bake.theme configure value.

Bake 1.4.2

15 Sep 12:38
Compare
Choose a tag to compare
  • Reinstate accessible field generation
  • Fix indentation for annotation doc blocks

Bake 1.2.6

15 Jul 06:03
Compare
Choose a tag to compare
  • Remove getMock() deprecated usage from generated tests.

Bake 1.1.0 Released

20 Sep 02:22
1.1.0
Compare
Choose a tag to compare
  • Requires with CakePHP 3.1
  • New tasks/templates for Mailers.
  • New tasks/templates for Shell Helpers.
  • Refreshed design templates.
  • DashedRoute used by default.