File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ 1.7
2+ ===
3+
4+ * Added ` make:user ` command that generates a ` User ` class, generates
5+ a user provider (when needed) and configures your the ` providers `
6+ and ` encoders ` section in your ` security.yaml ` file - #250 thanks
7+ to @weaverryan
8+
9+ * Properly extend ` AbstractController ` and use core ` @Route ` annotation
10+ in ` make:crud ` - #246 thanks to @royklutman
11+
12+ * Fixed a bug when a class name contained the namespace ` App\ ` - #243
13+ thanks to @gmanen
14+
15+ * Fix bug with ` make:entity ` when generating inside a sub-directory - #245
16+ thanks to @nikophil
17+
18+ 1.6
19+ ===
20+
21+ * Fixing bad empty line when source file uses tabs - #238 thanks to @weaverryan
22+
23+ * Str case mismatch - #190 thanks to @localheinz
24+
25+ * Preserve existing class metadata - #197 thanks to @ro0NL
26+
27+ * Fixing a bug where having relativizePath failed - #214 thanks to @weaverryan
28+
29+ * Do not prefix Command Class Name by 'App' if the prefix is app: - #205 thanks to @lyrixx
30+
31+ * make:entity: Add return type to getId() - #215 thanks to @gharlan
32+
33+ * Don't make Twig filters safe for HTML by default - #222 , #202 thanks to @lyrixx
34+
35+ * Remove support for the deprecated json_array Doctrine type - #224 thanks to @javiereguiluz
36+
37+ * Extend from AbstractController when using Symfony 4.1 or higher - #221 thanks to @javiereguiluz
38+
39+ * Don't use : contains in the functional test tpl - #226 thanks to @dunglas
40+
1411.5
242===
343
You can’t perform that action at this time.
0 commit comments