Skip to content

Commit 6fb3ea4

Browse files
committed
Merge pull request #340 from dunglas/changelog
Update changelog
2 parents ebb2e30 + 71f28ff commit 6fb3ea4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# Changelog
22

3-
## 1.1.0
3+
## 1.1.0 beta 1
44

5+
* Support Symfony 3.0
56
* Support nested properties in Doctrine filters
7+
* Add new `start` and `word_start` strategies to the Doctrine Search filter
8+
* Add support for abstract resources
9+
* Add a new option to totally disable Doctrine
10+
* Remove the ID attribute from the Hydra documentation when it is read only
611
* Add method to avoid naming collision of DQL join alias and bound parameter name
12+
* Make exception available in the Symfony Debug Toolbar
13+
* Improve the Doctrine Paginator performance in some cases
14+
* Enhance HTTPS support and fix some bugs in the router
15+
* Fix some edge cases in the date and time normalizer
16+
* Propagate denormalization groups through relations
17+
* Run tests against all supported Symfony versions
18+
* Add a contribution documentation
19+
* Refactor tests
20+
* Check CS with StyleCI
21+
22+
## 1.0.1
23+
24+
* Avoid an error if the attribute isn't an array
25+
26+
## 1.0.0
27+
28+
* Extract the documentation in a separate repository
29+
* Add support for eager loading in collections
730

831
## 1.0.0 beta 3
932

0 commit comments

Comments
 (0)