Skip to content

Releases: cakephp/bake

Bake 2.7.0

15 Apr 02:04
3933caa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.1...2.7.0

Bake 2.6.1

01 Nov 05:10
e559b5f
Compare
Choose a tag to compare

Changes

  • Fixed baking columns that start with an underscore _.

Bake 2.6.0

24 Oct 01:44
Compare
Choose a tag to compare

New Features

Fixes

New Contributors

Full Changelog: 2.5.2...2.6.0

Bake 2.5.2

27 Jul 00:02
bfb856a
Compare
Choose a tag to compare
  • Improve doc blocks in generated code for tests.
  • Improve doc blocks in generated code for templates.

Bake 2.5.1

30 Apr 13:57
5cec940
Compare
Choose a tag to compare

Changes

Update use of deprecated method. #752

Bake 2.5.0

28 Apr 14:17
77d6d67
Compare
Choose a tag to compare

Changes

  • Add new helper method for exporting vars. #751.
    If you are have extended bake's commands in your app/plugin and are modifying the array(s) which were consumed by BakeHelper::stringifyList() in the templates then you might have to update your code as per changes in the linked PR.

Bake 2.4.1

23 Apr 20:36
e34f6a0
Compare
Choose a tag to compare

Fixes

  • Fix package version constraint being HTML encoded in baked composer.json for plugins. #748

Bake 2.4.0

21 Apr 18:53
0e679c7
Compare
Choose a tag to compare

Fixes

  • Added the --theme and --force options to bake plugin.
  • Improved warning generation in bake model.
  • Improved Japanese documentation.
  • Improved documentation on plugin override templates.

Removals

  • Removed commands to generate shells/tasks. These class types have been long deprecated in CakePHP.

Bake 2.3.0

25 Nov 21:54
bc51383
Compare
Choose a tag to compare

Added

  • Bake now prefers commands located in the Command\Bake. If your plugin or application has this namespace and directory only commands from that directory will be detected as bake commands.

Fixes

  • Improved documentation and recommend using the Command\Bake namespace.

Bake 2.2.1

14 Nov 18:58
c18933c
Compare
Choose a tag to compare

Fixes

  • Updated TwigView requirement.
  • Moved CI to GitHub Actions.
  • Fixed missing TimestampTimezone field type support.