Skip to content

Commit 286e67b

Browse files
committed
Update CHANGELOG
1 parent 4336172 commit 286e67b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
* Useless PHPDoc (`@param` and `@return` annotations when a typehint exist and mutator description) isn't generated anymore
1111
* `DateTimeInterface` is used instead of `DateTime` when possible
1212
* Add the ability to not generate accessor methods (useful when generating public properties)
13-
* The `extract-cardinalities` gains two new options: one to configure the Schema.org's file to use, the other for the GoodRelations one
14-
* The annotation generator for API Platform v1 has been dropped. Only API Platform v2 is now supported.
13+
* The annotation generator for API Platform v1 has been dropped. Only API Platform v2 is now supported
1514
* Parent class is not generated by default anymore (using inheritance for entity is discouraged)
1615
* `SerializerGroupsAnnotationGenerator` is enabled by default
1716
* The property name is pluralized for `to-many` relations and singularized for `to-one` relations
1817
* Adder and remover methods are always singularized to be compatible with the Symfony Property Accessor
18+
* If a config file called `schema.yaml` is found in the current directory and no 2nd argument is passed to `generate-types`, this file will be used
1919
* The code has been modernized to use PHP 7 and 7.1's new features (typehints, strict types), PHP 7.1 is now a requirement
2020
* PHP CS Fixer has ben upgraded to its version 2
21+
* The `extract-cardinalities` gains two new options: one to configure the Schema.org's file to use, the other for the GoodRelations one
2122

2223
## 1.2.0
2324

0 commit comments

Comments
 (0)