Skip to content

Latest commit

 

History

History
62 lines (28 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

62 lines (28 loc) · 2.99 KB

Changelog

0.3.2 (2024-06-27)

Bug Fixes

  • syntax error for generated types with additional properties (#28) (5fe7ffd)

0.3.1 (2024-05-23)

Bug Fixes

  • add groupings to nested unions and intersections (#26) (c210f48)

0.3.0 (2024-05-22)

Features

  • anyOf, allOf, someOf, and requestBodies support (#24) (f2b4949)

0.2.1 (2024-05-22)

Bug Fixes

  • fixed broken types base file in build (d5895f7)

Miscellaneous

  • hopefully fix publish script (33adbbb)

0.2.0 (2024-05-21)

Features

Bug Fixes

  • also support nullable objects and arrays (#20) (c298bdd)

0.1.1 (2024-05-07)

Miscellaneous

  • make small changes in package, readme, add nvmrc file (3ac7d86)

0.1.0 (2024-05-07)

Miscellaneous