Skip to content

Latest commit

 

History

History
201 lines (92 loc) · 10.6 KB

CHANGES.md

File metadata and controls

201 lines (92 loc) · 10.6 KB

Changelog

2.1.3 (2024-09-10)

Miscellaneous Chores

2.1.2 (2024-09-06)

Bug Fixes

  • filter missing schema when request bodies are defined (aadda1a)

2.1.1 (2024-02-16)

Bug Fixes

2.1.0 (2023-11-25)

Features

  • upgrade to chi v5 #112 (5821062)
  • add validation to Values and ensure nested validation is applied correctly, resolves #111 (ae80075)

Miscellaneous Chores

2.0.4 (2023-09-04)

Miscellaneous Chores

2.0.3 (2023-06-19)

Bug Fixes

    • and - as a first character in names usually has a special meaning (42fc660)
  • generated multiline comments need proper formatting (7e37ab8)
  • Not all schema references are properly formatted GoTypes (bb07fee)

2.0.2 (2023-05-12)

Bug Fixes

2.0.1 (2023-04-08)

Bug Fixes

  • ensure nestd allOfs are correctly resolved (#95) (d6605c6)

2.0.0 (2023-03-10)

Miscellaneous Chores

0.19.0 (2023-01-17)

Features

0.18.0 (2022-12-06)

Features

  • combined properties, additional properties in named objects (#85) (27c3f61)

Bug Fixes

0.17.0 (2022-04-19)

Features

0.16.0 (2022-02-14)

Features

  • upgrade kin-openapi to 0.89.0 to support oidc security schemas (#74) (9d119c2)

0.15.0 (2022-02-11)

Features

  • create prebuilt binaries for releases (#72) (351c158)

0.14.2 (2021-10-18)

Bug Fixes

  • sort model names prior to generation to improve stability (#69) (f2ba6a9)

0.14.1 (2021-10-18)

Bug Fixes

  • update cobra to get rid of old jwt lib (#67) (e86c3b5)

0.14.0 (2021-08-30)

Features

  • ignore non-yaml files in the merge command (#65) (1e2b8c9)

0.13.0 (2021-08-26)

Features

  • add support for pattern based validation (#62) (2f02ad4)
  • use enum for discriminators (#64) (637f11a)

0.12.1 (2021-08-20)

Bug Fixes

  • prevent validation loop in discriminated oneOf (#59) (5d47c8e)

0.12.0 (2021-08-18)

Features

  • Add discriminator support for oneOfs (#57) (78080f0)

0.11.0 (2021-08-12)

Features

  • expose the merge package as command (#52) (cd2fcf9)
  • improve description handling in allOfs (#55) (f6feffe)

Bug Fixes

  • MarshalJSON should not have pointer reciever (#50) (4946b37)

0.10.1 (2021-07-30)

Bug Fixes

0.10.0 (2021-06-29)

Features

  • Add From* methods to set oneOf data models (#45) (4bc1140)

0.9.0 (2021-06-23)

⚠ BREAKING CHANGES

  • add convert functions for toplevel oneofs. (#41)

Features

  • add convert functions for toplevel oneofs. (#41) (93d7cc8)

0.8.1 (2021-06-17)

Bug Fixes

  • Allow responses section in components to be omitted (#39) (30398af)
  • use interface for oneOf (#36) (6bda6b3)