-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
93 lines (54 loc) · 1.33 KB
/
CHANGES.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
0.6.5
- remove pyyaml dependency (use ruamel.yaml via dictknife.loading >= 0.14 )
0.6.4
- bug fix for minItems,maxItems #97
0.6.3
- support separated output partially
0.6.2
- support nested additionalProperties
- fix guessing OAS version detection
0.6.1
- fix bug at additionalProperties
0.6.0
- add `--strict-additional-properties` options
- partially support OpenAPI v3
- use AwareDatetime Field, for tzaware datetime
0.5.1
- catch up magicalimport 0.8.1
0.5.0
- marshmallow 3.0.x support
- drop python 3.5 support
- support additionalProperties for array
0.4.0
- tiny refactoring codegen
- typo for fields.DateTime
- change PrimitiveValueSchema implementation
0.3.9
- see x-nullable
0.3.7
- support additionalProperties with object
0.3.6
- fix required option in parameters section are ignored
0.3.5
- fix ordered output with list field keyeords
- add evil functions (xxx_modify_field, xxx_add_processor)
- support primitive value's ref
- support type = ["string","null"]
- more allOf support
0.3.4
- list fields dispatch is also customizable
0.3.3
- support python's resrved word field name #12
- support path.parameters #11
0.3.2
- fix bug validation for array type
0.3.1
- fix bug for lifting schema
0.3
- support generating schema from `paths`
0.2
- support allOf
- support readOnly
- customization
0.1
- first release