packagist symfony/maker-bundle v1.16.0
Support for DoctrineMigrationsBundle 3.0 & make:entity improvements

latest releases: dev-main, v1.59.1, v1.59.0...
4 years ago

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
    field uuid or guid, the Maker will guess those types by default - #593
    thanks to @thomas-miceli.

Changes: v1.15.1...v1.16.0

Happy making!

Don't miss a new maker-bundle release

NewReleases is sending notifications on new releases.