Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Sep 6, 2022
1 parent ab36e6d commit 39b9d30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 5.0.0

* feat: add OpenAPI support
* feat: add API Platform 2.7/3 attributes generation
* feat: custom attributes and custom attribute arguments
* feat: add Doctrine ORM inheritance support (discriminator)
* feat: manage association overrides for Doctrine ORM
* feat: add `defaultCardinality` configuration for relations
* feat: add `defaultValue` in property configuration
* feat: add `resolveTypes` and `allTypes` parameters
* refactor: better handling of data type (including lang string)
* fix: self-referencing relations (Doctrine ORM)
* fix: update reserved keywords
* fix: remove simple in ODM attributes

## 4.0.1

* fix: use FQCN when using an enum in callback constraint and remove ApiResource from the enum
Expand Down

0 comments on commit 39b9d30

Please sign in to comment.