File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0 2022-??-??
2
+
3
+ - [ #17 ] ( https://github.com/luolingchun/flask-openapi3/issues/17 ) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
4
+ - [ #23 ] ( https://github.com/luolingchun/flask-openapi3/pull/23 ) Fixed externalDocs support. Thanks @dvaerum
5
+ - Add ` flask openapi ` command
6
+ - Remove export markdown to ` flask openapi ` command
7
+ - Upgrade flask to v2.0
8
+
1
9
## v1.1.4 2022-05-05
2
10
3
11
- fix: Trailing slash in APIBlueprint
4
12
5
13
## v1.1.3 2022-05-01
6
14
7
15
- fix: Find globalns for the unwrapped func
8
- - [ #19 ] ( https://github.com/luolingchun/flask-openapi3/issues/19 ) fix: Trailing slash in APIBlueprint. Thinks @ev-agelos
16
+ - [ #19 ] ( https://github.com/luolingchun/flask-openapi3/issues/19 ) fix: Trailing slash in APIBlueprint. Thanks @ev-agelos
9
17
- add description for UnprocessableEntity
10
18
- remove printouts in ` __init__.py `
11
19
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__ = '1.1.4 '
5
+ __version__ = '2.0.0rc1 '
You can’t perform that action at this time.
0 commit comments