You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Automatic detection of the method of the entity class returning the identifier when using Doctrine (previously `getId()` was always used)
6
+
* New extension point in `Dunglas\ApiBundle\Doctrine\Orm\DataProvider` allowing to customize Doctrine paginator and performance optimization when using typical queries
7
+
* New `Dunglas\ApiBundle\JsonLd\Event\Events::CONTEXT_BUILDER` event allowing to modify the JSON-LD context
8
+
* Change HTTP status code from `202` to `200` for `PUT` requests
9
+
* Ability to embed the JSON-LD context instead of embedding it
10
+
3
11
## 1.0.0 beta 2
4
12
13
+
* Preserve indexes when normalizing and denormalizing associative arrays
5
14
* Allow to set default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
0 commit comments