Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.45 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.

[Unreleased]

[1.2.0] - 2018-09-25

Added

  • Support class-transfomer's @Type decorator for explicitly defining type of nested properties wrapped in a generic (e.g. @ValidateNested({ each: true }) users: UserClass[]) #7

[1.1.3] - 2018-09-12

Fixed

  • Update openapi3-ts dependency to fix incorrect SchemaObject.additionalProperties type #4
  • Omit the required property in case of no required properties instead of an empty list: required: [] #5

[1.1.2] - 2018-08-19

Fixed

[1.1.1] - 2018-03-14

Fixed

[1.1.0] - 2017-11-30

Added

  • Additional class/property schema keywords via the @JSONSchema decorator