Hi friends!
This release contains support for the upcoming DoctrineMigrationsBundle 3.0 release and a few nice improvements:
-
[make:entity] Generated entities will now use the RelationName::class
syntax when generating relationships (e.g.
targetEntity=RelationName::class
) - #573 thanks to @rogeriolino. -
When listing generated files in the console, if a file link formatter
is configured, the links will now be clickable - #559 thanks to @l-vo. -
[make:entity] Added UUID and GUID default type to entity maker - if you name a
fielduuid
orguid
, the Maker will guess those types by default - #593
thanks to @thomas-miceli.
Changes: v1.15.1...v1.16.0
Happy making!