-
Removed our tests from the archive to avoid polluting the user's auto-completion of classes #147
-
Fixed some minor bugs! #150 #145
- Drastically improved
make:entitycommand, which now supports adding fields, relationships, updating existing entities, and generating (with the--regenerateflag) missing properties/getters/setters (effectively replacesdoctrine:generate:entities)- thanks to @weaverryan in #104
-
New maker command!
make:crud- thanks to @sadikoff in #113. -
Greatly improved
make:formcommand that auto-adds fields if your form is bound to an entity class - thanks to @sadikoff in #113.
-
[BC BREAK] The MakerInterface changed:
getParameters(),getFiles()andwriteNextStepsMessage()were removed andgenerate()was added in their place. We recommend extendingAbstractMakerinstead of implementing the interface directly, and use$this->writeSuccessMessage()to get the normal "success" message after the command #120 via @weaverryan -
Added new
make:migrationcommand, which wraps the normaldoctrine:migrations:diffcommand #97 via @weaverryan -
Added new
make:fixturescommand to generate an empty fixtures class #105 via @javiereguiluz -
Added PHPDoc to generated entity repositories so that your IDE knows what type of objects are returned #116 @enleur
-
Allowed generation of all classes into sub-namespaces #120 via @weaverryan