Releases: cakephp/bake
Releases · cakephp/bake
Bake plugin 1.0.14 released
- Added annotations for properties in generated entities
- Improved
$_accessible
fields generation in entities - Fixed bug that occurred when generating template names
Bake 1.0.13
modelObject
is now provided to template rendering.- migrations related tables are now skipped when using
all
cake bake all
now supports the--prefix
option.
Bake 1.0.12
- Added visual break before behaviors in table classes.
- Added security notes regarding recent accessible field changes.
- Fixture task generates 1 row by default now instead of 10.
- The
phinxlog
table is skipped when usingbake controller all
andbake model all
- Tests now run against PHP7.
Bake 1.0.11
- Added calls to
parent::initialize()
to generated Table classes - Only setting primary key columns as inaccessible in generated entitites
- Improved table templates
- Support for auto-generating uuid values in fixtures
- Correctly generating plugins with a vendor prefix
Bake 1.0.9 Released
- Fixed some style issues
- Added annotation hints for associated tables in generated table classes
- Ability to bake Form classes
Bake 1.0.8 Released
- Fixed a bug in the fixture generation process
- Wrapped flash messages with translation functions
- Improved output formatting in various places
Bake 1.0.7 Released
- Added fallback for tables named in singular
- Warning users when no template can be found to bake an action
Bake 1.0.6 Released
- Fixed detection of associations when baking plugin classes
- Improved indentation in generated fixtures
Bake 1.0.5 Released
Bugfixes
- Generated composer.json in plugins uses stable CakePHP version instead
of dev-master - TestCase fixtures lists don't contain useless keys.
- Fallback routes in plugins now use InflectedRoute.
- Smaller dist packages.
Bake 1.0.4 Released
- Fixed bug that made bake crash when finding associations to missing tables