File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.1.0
3
+ ## 1.1.0 beta 1
4
4
5
+ * Support Symfony 3.0
5
6
* 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
6
11
* 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
7
30
8
31
## 1.0.0 beta 3
9
32
You can’t perform that action at this time.
0 commit comments