2.1.3 (2024-09-10)
- release 2.1.3 (00cae34)
2.1.2 (2024-09-06)
- filter missing schema when request bodies are defined (aadda1a)
2.1.1 (2024-02-16)
2.1.0 (2023-11-25)
- upgrade to chi v5 #112 (5821062)
- add validation to Values and ensure nested validation is applied correctly, resolves #111 (ae80075)
- release 2.1.0 (644bb3b)
2.0.4 (2023-09-04)
- release 2.0.4 (86304fe)
2.0.3 (2023-06-19)
-
- 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)
2.0.1 (2023-04-08)
2.0.0 (2023-03-10)
0.19.0 (2023-01-17)
0.18.0 (2022-12-06)
- move main to the project root (#81) (0d60d72)
- panic on oneof validation (#86) (317299d)
- Update the test comments (#84) (3ef0880)
0.17.0 (2022-04-19)
0.16.0 (2022-02-14)
0.15.0 (2022-02-11)
0.14.2 (2021-10-18)
0.14.1 (2021-10-18)
0.14.0 (2021-08-30)
0.13.0 (2021-08-26)
- add support for pattern based validation (#62) (2f02ad4)
- use enum for discriminators (#64) (637f11a)
0.12.1 (2021-08-20)
0.12.0 (2021-08-18)
0.11.0 (2021-08-12)
- expose the merge package as command (#52) (cd2fcf9)
- improve description handling in allOfs (#55) (f6feffe)
0.10.1 (2021-07-30)
0.10.0 (2021-06-29)
0.9.0 (2021-06-23)
- add convert functions for toplevel oneofs. (#41)