Skip to content

Commit 22a9bf3

Browse files
committed
updating changelog
1 parent 7a12438 commit 22a9bf3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
141
1.5
242
===
343

0 commit comments

Comments
 (0)