Releases: cakephp/bake
Releases · cakephp/bake
Bake 1.8.3
- Correct generation of test cases for shell tasks.
Bake 1.8.2
- Use new style plugin loading.
- Fix test case namespace inflection in plugins.
Bake 1.8.1
- Fixed test generation for Command classes.
Bake 1.8.0
- Generated code uses
getTableLocator()
now. - There is now a task for generating command classes.
- Table classes include annotation for saveOrFail()
Bake 1.5.5
Require min. TwigView version 4.2.1 It fixes a bug related to ctp fallback when using themes.
1.5.0
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
Bake 1.4.2
- Reinstate accessible field generation
- Fix indentation for annotation doc blocks
Bake 1.2.6
- Remove getMock() deprecated usage from generated tests.
Bake 1.1.0 Released
- Requires with CakePHP 3.1
- New tasks/templates for Mailers.
- New tasks/templates for Shell Helpers.
- Refreshed design templates.
- DashedRoute used by default.