Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 833 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 833 Bytes

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.

[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

[0.1.1] - 2018-04-09

Added

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