Skip to content

Releases: cakephp/bake

Bake 2.1.0

18 Apr 00:39
5174230
Compare
Choose a tag to compare

We have switched to the official Twig integration plugin - cakephp/twig-view.

Check out the twig-view release notes to see what's new!

Upgrading

  • For users that do not use TwigView directly in their application, you don't need to change anything.

  • For users that have a direct dependency on the previous plugin, wyrihaximus/twig-view, you must remove that package before upgrading to Bake 2.1.0. You cannot require both versions of twig-view and will run into composer errors when upgrading.

  • For users that have custom TwigView configurations, some code and configuration changes are required. Please see the twig-view documentation for configuration and setup details.

Bake 2.0.10

18 Apr 00:05
7fbc8b6
Compare
Choose a tag to compare

Fixes

  • Use templates/bake instead of src/Template/Bake when building theme choices.
  • Removed unnecessary cakephp/plugin-installer dependency.

Bake 2.0.9

10 Apr 14:59
a44c956
Compare
Choose a tag to compare

Fixes

  • Add constructor argument to generated tests for behaviors.
  • Fixed links in readme.

Bake 2.0.8

05 Apr 04:30
c88883e
Compare
Choose a tag to compare

Fixes

  • TableScanner now supports regex patterns for ignoring tables. This allows it to ignore phinxlog tables in plugins.

Bake 2.0.7

24 Mar 03:05
70ce8c1
Compare
Choose a tag to compare

Fixes

  • controller command now uses AppController base classes in plugins if they exist.
  • Improved return type hinting of commands and fixed internal strict type lint errors.

Bake 2.0.6

17 Mar 03:16
d47ec5f
Compare
Choose a tag to compare

Fixes

  • Commands supporting the --force flag now honour it.
  • Generated tests for controllers no longer include a testInitialization() method.
  • Improved doc block typehints for controllers.
  • Controllers with$modelClass = '' can have tests generated for them.

Bake 2.0.5

20 Feb 03:53
16aaca7
Compare
Choose a tag to compare

Fixes

  • Update to not use deprecated File and Folder classes.
  • Fix plugin command when there is more than one plugin path.
  • Improve fixture generation for timestampfractional type.
  • Improved method annotations in generated table classes.

Bake 2.0.4

06 Jan 15:42
113502b
Compare
Choose a tag to compare

Fixes

  • Generated plugin classes now include parent calls so that people following older tutorials aren't surprised as often.

Bake 2.0.3

30 Dec 12:01
09a9b3e
Compare
Choose a tag to compare
  • Updated TwigView dependency to a stable version.

Bake 2.0.2

28 Dec 17:35
707c49e
Compare
Choose a tag to compare

Fixes

  • bake mailer no longer generates empty layout files.
  • login template no longer includes flash('auth') as it is not used.
  • Updated codesniffer dependency to a stable version.