Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 8, 2017
1 parent 4336172 commit 286e67b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
* Useless PHPDoc (`@param` and `@return` annotations when a typehint exist and mutator description) isn't generated anymore
* `DateTimeInterface` is used instead of `DateTime` when possible
* Add the ability to not generate accessor methods (useful when generating public properties)
* The `extract-cardinalities` gains two new options: one to configure the Schema.org's file to use, the other for the GoodRelations one
* The annotation generator for API Platform v1 has been dropped. Only API Platform v2 is now supported.
* The annotation generator for API Platform v1 has been dropped. Only API Platform v2 is now supported
* Parent class is not generated by default anymore (using inheritance for entity is discouraged)
* `SerializerGroupsAnnotationGenerator` is enabled by default
* The property name is pluralized for `to-many` relations and singularized for `to-one` relations
* Adder and remover methods are always singularized to be compatible with the Symfony Property Accessor
* 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
* 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
* PHP CS Fixer has ben upgraded to its version 2
* The `extract-cardinalities` gains two new options: one to configure the Schema.org's file to use, the other for the GoodRelations one

## 1.2.0

Expand Down

0 comments on commit 286e67b

Please sign in to comment.