Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2020-01-20

Changed

  • Moved over to the @openapi-contrib NPM organization.

[0.4.0] - 2019-10-04

Added

  • Take the first JSON Schema example and put in OpenAPI Schema Object example

[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

[0.1.1] - 2018-04-09

Added

  • Convert dependencies to an allOf + oneOf OpenAPI-valid equivalent