Skip to content

Commit 7dfdd3e

Browse files
committed
Update CHANGELOG.md
1 parent a47f871 commit 7dfdd3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0 beta 3
4+
5+
* 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+
311
## 1.0.0 beta 2
412

13+
* Preserve indexes when normalizing and denormalizing associative arrays
514
* Allow to set default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance

0 commit comments

Comments
 (0)