Skip to content

Releases: vega/ts-json-schema-generator

v0.89.2

04 Apr 23:41
Compare
Choose a tag to compare

0.89.2 (2021-04-04)

Bug Fixes

v0.89.1

26 Mar 18:37
Compare
Choose a tag to compare

0.89.1 (2021-03-26)

Bug Fixes

v0.89.0

12 Mar 16:15
Compare
Choose a tag to compare

0.89.0 (2021-03-12)

Bug Fixes

Features

  • support "deprecated" meta-data annotation from draft 2019-09 (#685) (eb2d930)

v0.88.0

27 Feb 14:15
Compare
Choose a tag to compare

0.88.0 (2021-02-27)

Features

v0.87.0

26 Feb 12:31
Compare
Choose a tag to compare

0.87.0 (2021-02-26)

Features

v0.86.1

17 Feb 18:03
Compare
Choose a tag to compare

0.86.1 (2021-02-17)

Bug Fixes

v0.86.0

17 Feb 13:09
Compare
Choose a tag to compare

0.86.0 (2021-02-17)

Features

  • support "any" and "never" within mapped types (#650) (1653632)

v0.85.0

17 Feb 11:04
Compare
Choose a tag to compare

0.85.0 (2021-02-17)

Bug Fixes

  • fix shorthand array with readonly modifier (#665) (769c149)

Features

  • make members of SchemaGenerator protected (#662) (49e61d8)

v0.84.0

05 Feb 13:24
Compare
Choose a tag to compare

0.84.0 (2021-02-05)

Features

  • better output for idiom [A, A, ...A[]] (#641) (8815ae0)

v0.83.2

16 Jan 12:54
Compare
Choose a tag to compare

0.83.2 (2021-01-16)

Bug Fixes

  • do not exclude important build files when package.json is copied into dist (e1dabfe), closes #626