Skip to content

Latest commit

 

History

History
275 lines (121 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

275 lines (121 loc) · 12.8 KB

Changelog

3.7.0 (2024-02-06)

Features

3.6.1 (2024-01-16)

Bug Fixes

3.6.0 (2024-01-07)

Features

3.5.0 (2023-12-07)

Features

3.4.1 (2023-11-29)

Bug Fixes

  • fix validateGeneratedTypes on Windows (bd7df0e)

3.4.0 (2023-11-28)

Features

  • add JSDoc tags for string and number array elements (#180) (df5be8b)

3.3.0 (2023-11-08)

Features

  • allow to load config from .js or .cjs (#173) (2c64226)

Bug Fixes

  • fix mismatch between config file and generate interface (#166) (f9bc125)

3.2.0 (2023-10-20)

Features

  • Support for custom [@format](https://www.github.com/format) types (#145) (acd9444)
  • Support Record<T, U> (#161) (ac24784)

Bug Fixes

3.1.3 (2023-06-27)

Bug Fixes

3.1.2 (2023-05-24)

Bug Fixes

  • strict() modifier should come before optional/nullable (#137) (f8be6bd)

3.1.1 (2023-05-24)

Bug Fixes

  • strict() keyword working root interfaces (#134) (a9f6f03)

3.1.0 (2023-05-17)

Features

  • Adding JSDoc tag useStrict to output strict() modifier (#131) (f73a676)

3.0.1 (2023-05-17)

Bug Fixes

3.0.0 (2023-03-13)

⚠ BREAKING CHANGES

  • Support circular dependencies with loops of length > 1 (#114)

Features

  • Generate inferred types (#85) (250f64d)
  • Support circular dependencies with loops of length > 1 (#114) (b0eb555)

2.0.1 (2023-01-30)

Bug Fixes

2.0.0 (2023-01-26)

⚠ BREAKING CHANGES

  • Inheritance and reference type search for name filtering (#104)

Features

  • Inheritance and reference type search for name filtering (#104) (038b9f6)

Bug Fixes

1.13.1 (2022-08-26)

Bug Fixes

1.13.0 (2022-08-26)

Features

Bug Fixes

1.12.0 (2022-07-26)

Features

  • Adds support and test for ReadonlyArray (#88) (513ebf9)

1.11.0 (2022-06-02)

Features

1.10.0 (2022-02-25)

Features

  • support custom zod error message (#73) (36964b3)

1.9.0 (2022-02-22)

Features

1.8.0 (2021-12-10)

Features

Bug Fixes

  • union properties can be optional & nullable (#66) (2ba1838)

1.7.0 (2021-11-28)

Features

1.6.0 (2021-10-25)

Features

1.5.1 (2021-10-07)

Bug Fixes

1.5.0 (2021-09-20)

Features

1.4.0 (2021-07-29)

Features

  • Adds support for use of enum types as literals and nativeEnums (#40) (45a64a3)

Bug Fixes

1.3.0 (2021-05-31)

Features

1.2.1 (2021-05-28)

Bug Fixes

1.2.0 (2021-05-26)

Features

1.1.0 (2021-05-23)

Features

1.0.3 (2021-05-03)

Bug Fixes