Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 515 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 515 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.

[0.0.2] - 2019-12-09

Fixed

  • Fix additionalProperties: false causing unresolvable objects like { x: string; [_: string]: never }
  • A single additionalProperties: false among allOf items overrides the rest

[0.0.1] - 2019-11-22

  • Initial release