Skip to content

Commit

Permalink
Released v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed May 10, 2018
1 parent d1cd88b commit 17e4ffc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2018-05-10
### Fixed
* 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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-openapi-schema",
"version": "0.1.1",
"version": "0.2.0",
"description": "Converts a JSON Schema to OpenAPI Schema Object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17e4ffc

Please sign in to comment.