File tree Expand file tree Collapse file tree 3 files changed +682
-714
lines changed Expand file tree Collapse file tree 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.
66
77## [ Unreleased]
88
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+
916## [ 0.2.0] - 2018-05-10
1017### 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
1219 processed
1320
1421[ @cloudflare/json-schema-walker ] : https://github.com/cloudflare/json-schema-tools#cloudflarejson-schema-walker
1522
1623## [ 0.1.1] - 2018-04-09
1724### 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