File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ 1.5
2+ ===
3+
4+ * Before 1.5, the ` App\ ` namespace prefix was always assumed so that
5+ when you type a short class name, it is converted into a full class
6+ name with this prefix. Now, this is configurable #173 thanks to @upyx
7+
8+ * Added an option to to ` make:enity ` to make your class automatically
9+ an ApiPlatform resource. Pass ` --api-resource ` #178 thanks to @dunglas
10+
11+ * Fixed ` make:entity ` when your class uses traits or a mapped
12+ super class #181 thanks to @andrewtch
13+
14+ * Improved messages when you need to pass a fully-qualified class
15+ name #188 & #171 - thanks to @sadikoff and @LeJeanbono
16+
17+ * Fixed a bug where ` make:crud ` would not render the correct form
18+ names when your property included an underscore.
19+
1201.4
221===
322
You can’t perform that action at this time.
0 commit comments