forked from sphinx-contrib/openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
66 lines (43 loc) · 1.49 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=========
Changes
=========
Here you can see the list of changes between each 'sphinxcontrib-openapi'
release.
0.6.0 (unreleased)
==================
- Drop Python 2.7 support because it reached its end-of-life.
0.5.0 (2019-09-04)
==================
- Fix example generation when a byte string is used in a schema.
- Support CommonMark in spec where applied. ``m2r`` package is required.
- Show "required" marker near required query parameters.
- Show request body properties for OpenAPI v2 specs.
- CLI command to render OpenAPI spec as reStructuredText is added.
0.4.0 (2019-01-17)
==================
- Add OpenAPI 3.x support.
- Drop Python 3.3 support because it reached its end-of-life.
- Add Python 3.7 support.
- Add sample request/response generation from schema for OpenAPI v3.
- Add grouping by OpenAPI tags.
0.3.2 (2017-10-05)
==================
- Do not crash on Python 2.x if non-ASCII character is met.
0.3.1 (2017-05-19)
==================
- Make 'sphinxcontrib-openapi' compatible with Sphinx 1.6.
0.3.0 (2017-01-29)
==================
- Add ``:paths:`` option to ``openapi`` directive that allows to render
only specified endpoints.
- Resolve references inside list objects.
- Handle common ``parameters` specified at the endpoint's root.
0.2.1 (2017-01-10)
==================
- Resolve relative JSON references.
0.2.0 (2016-11-16)
==================
- Resolve JSON references in the spec before attempt to generate a doc.
0.1.0 (2016-10-03)
==================
- First public release.