File tree 3 files changed +682
-714
lines changed
3 files changed +682
-714
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.3.0] - 2018-12-18
10
+ ### Added
11
+ - Create empty items, as it must always be present for type: array
12
+ - Rewrite exclusiveMinimum/exclusiveMaximum
13
+ - Rewrite if/then/else as oneOf + allOf
14
+ - Rewrite const as single element enum
15
+
9
16
## [ 0.2.0] - 2018-05-10
10
17
### Fixed
11
- * Implemented [ @cloudflare/json-schema-walker ] to make sure all subschemas are
18
+ - Implemented [ @cloudflare/json-schema-walker ] to make sure all subschemas are
12
19
processed
13
20
14
21
[ @cloudflare/json-schema-walker ] : https://github.com/cloudflare/json-schema-tools#cloudflarejson-schema-walker
15
22
16
23
## [ 0.1.1] - 2018-04-09
17
24
### Added
18
- * Convert ` dependencies ` to an allOf + oneOf OpenAPI-valid equivalent
25
+ - Convert ` dependencies ` to an allOf + oneOf OpenAPI-valid equivalent
You can’t perform that action at this time.
0 commit comments