File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 2626 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
2727 run : |
2828 python -m pip install twine
29- twine upload
29+ twine upload dist/*
Original file line number Diff line number Diff line change 55Here you can see the list of changes between each 'sphinxcontrib-openapi'
66release.
77
8- 0.6 .0 (unreleased )
8+ 0.7 .0 (2020-05-07 )
99==================
1010
1111- Drop Python 2.7 support because it reached its end-of-life.
12+ - Add support for examples defined in schema.
13+ - Add support for 'anyOf' during example generation based on schema.
14+ - Fix loading $ref in other YAML files.
15+ - Fix freeforom (property-less) obhect schema rendering.
16+ - Respect RFC7807 in example generation.
17+ - Add new experimental OpenAPI v3 renderer.
18+
19+ 0.6.0 (2019-12-20)
20+ ==================
21+
22+ - Add ``include`` and ``exclude`` options to exclude certain paths out from
23+ rendering.
24+ - Generate samples for ``GET`` requests.
25+ - When rendering by groups, preserve order of groups specified in the spec.
1226
13270.5.0 (2019-09-04)
1428==================
@@ -38,7 +52,6 @@ release.
3852
3953- Make 'sphinxcontrib-openapi' compatible with Sphinx 1.6.
4054
41-
42550.3.0 (2017-01-29)
4356==================
4457
@@ -47,19 +60,16 @@ release.
4760- Resolve references inside list objects.
4861- Handle common ``parameters` specified at the endpoint's root.
4962
50-
51630.2.1 (2017-01-10)
5264==================
5365
5466- Resolve relative JSON references.
5567
56-
57680.2.0 (2016-11-16)
5869==================
5970
6071- Resolve JSON references in the spec before attempt to generate a doc.
6172
62-
63730.1.0 (2016-10-03)
6474==================
6575
You can’t perform that action at this time.
0 commit comments