forked from pieterlexis/sphinxcontrib-openapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
43 lines (26 loc) · 815 Bytes
/
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
=========
Changes
=========
Here you can see the list of changes between each 'sphinxcontrib-openapi'
release.
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.