File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ *********
3
+
4
+
5
+ **1.1.0 **
6
+ =========
7
+
8
+ Enhancements and bug fixes
9
+ ==========================
10
+
11
+ * Raise 404 ObjectNotFound when a single resource does not exist `#51 `_ #- `@samuelfirst `_
12
+ * Improve filter shortcuts `#53 `_ #- `@igieon `_
13
+ * Ability to use custom query string manager `#54 `_ #- `@igieon `_
14
+ * Pagination improvement use dict of ints and expect it everywhere `#55 `_ #- `@igieon `_
15
+ * Enable documented global decorators `#56 `_ #- `@igieon `_
16
+ * Patch request validates id match before loading schema `#57 `_ #- `@igieon `_
17
+ * Fix patch nested field partial update `#58 `_ #- `@igieon `_
18
+
19
+
20
+ .. _`@samuelfirst` : https://github.com/samuelfirst
21
+ .. _`@igieon` : https://github.com/igieon
22
+
23
+ .. _`#51` : https://github.com/AdCombo/flask-combo-jsonapi/pull/51
24
+ .. _`#53` : https://github.com/AdCombo/flask-combo-jsonapi/pull/53
25
+ .. _`#54` : https://github.com/AdCombo/flask-combo-jsonapi/pull/54
26
+ .. _`#55` : https://github.com/AdCombo/flask-combo-jsonapi/pull/55
27
+ .. _`#56` : https://github.com/AdCombo/flask-combo-jsonapi/pull/56
28
+ .. _`#57` : https://github.com/AdCombo/flask-combo-jsonapi/pull/57
29
+ .. _`#58` : https://github.com/AdCombo/flask-combo-jsonapi/pull/58
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ Flask-COMBO-JSONAPI with Flask.
73
73
oauth
74
74
configuration
75
75
76
+ .. toctree ::
77
+ :maxdepth: 2
78
+
79
+ changelog
80
+
76
81
77
82
.. include :: ./minimal_api_example.rst
78
83
You can’t perform that action at this time.
0 commit comments