Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Dec 18, 2018
1 parent 28cf9c0 commit 3e7846f
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 714 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.0] - 2018-12-18
### Added
- Create empty items, as it must always be present for type: array
- Rewrite exclusiveMinimum/exclusiveMaximum
- Rewrite if/then/else as oneOf + allOf
- Rewrite const as single element enum

## [0.2.0] - 2018-05-10
### Fixed
* Implemented [@cloudflare/json-schema-walker] to make sure all subschemas are
- Implemented [@cloudflare/json-schema-walker] to make sure all subschemas are
processed

[@cloudflare/json-schema-walker]: https://github.com/cloudflare/json-schema-tools#cloudflarejson-schema-walker

## [0.1.1] - 2018-04-09
### Added
* Convert `dependencies` to an allOf + oneOf OpenAPI-valid equivalent
- Convert `dependencies` to an allOf + oneOf OpenAPI-valid equivalent
Loading

0 comments on commit 3e7846f

Please sign in to comment.