Changes
- Support for keeping app-specific functions, properties and constants in model file with the new
--update
option forbake model
- All generated code will still be overwritten
- Support for customizing file headers with the new
Bake.file_header
element - Detecting and generating
HasOne
associations - Customizing template renderer View options using the new
Bake.renderer
event orBakeCommand::createTemplateRenderer()
- Don't enforce FKs presence on create to allow e.g. hasMany association save calls to run through
- Skip prompting the user to overwrite a file if it hasn't changed
- Adding
$force
property toCommonOptionsTrait
set by the--force
option - Make
bake template
file extension configurable - Update plugin class generation