File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 2.0.0 2022-??-??
2
2
3
+ - [ #26 ] ( (https://github.com/luolingchun/flask-openapi3/issues/26) ) fix: Body throws exception when receiving str instead of dict. Thanks @nor3th
3
4
- [ #17 ] ( https://github.com/luolingchun/flask-openapi3/issues/17 ) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
4
5
- [ #23 ] ( https://github.com/luolingchun/flask-openapi3/pull/23 ) Fixed externalDocs support. Thanks @dvaerum
5
6
- Add ` flask openapi ` command
6
- - Remove export markdown to ` flask openapi ` command
7
+ - add options in view functions
8
+ - Support for empty response body. Thanks @dvaerum
7
9
- Upgrade flask to v2.0
8
10
11
+ ### Breaking Changes
12
+
13
+ - Remove export markdown to ` flask openapi ` command
14
+
9
15
## v1.1.4 2022-05-05
10
16
11
17
- fix: Trailing slash in APIBlueprint
Original file line number Diff line number Diff line change 2
2
# @Author : llc
3
3
# @Time : 2022/4/30 9:20
4
4
5
- __version__ = '2.0.0rc1 '
5
+ __version__ = '2.0.0rc2 '
You can’t perform that action at this time.
0 commit comments