7.0.2 (2024-10-02)
- types: fix numeric props handling (fda2751)
7.0.1 (2024-07-18)
- types: fix generated types for number prefixed identifier (fc4b703)
7.0.0 (2024-07-18)
- api: improve identifiers generation (cc91507)
- api: Some identifiers could change, requiring to update them in your code.
6.0.1 (2024-07-15)
6.0.0 (2024-05-30)
- types: Not sure if it really breaks anything but won't hurt to create a major version just in case.
5.3.0 (2023-10-09)
- types: encode min length arrays into types (4d2279f)
- types: new option to create tuples from fixed length arrays (4ed19a3)
5.2.0 (2023-10-05)
- tuple: add tuple validation (36ec937)
5.1.0 (2023-09-29)
5.0.1 (2023-08-16)
5.0.0 (2023-08-12)
4.1.5 (2023-02-02)
- types: fix deprecated calls (e670cf2)
4.1.4 (2023-01-02)
4.1.3 (2022-09-01)
- types: fix TypeScript types (d5c6d58)
4.1.2 (2022-07-18)
- jsonschema: support 'null' type (0c9cd54)
4.1.1 (2022-05-24)
- types: export responses types too (916c9a2)
4.1.0 (2022-05-24)
- types: avoid generating empty identifiers (2b5d554), closes #22
- types: fix brand and enum types (f174dd8)
4.0.0 (2022-05-19)
- openapi: allow to opt-out input camelization (502ed32), closes #15
- types: add type branding features (f5fcc35), closes #17
- types: build real enums from JSONSchema enums (889b20e), closes #18
3.1.0 (2021-11-23)
- schema: handle nested oneof schema (bc4059d)
3.0.2 (2021-11-11)
3.0.1 (2021-10-21)
3.0.0 (2021-10-17)
- types: This commit may break uses of anonymous types though it is not recommended, it may be the case in some situations where one is unable to change the Open API file to fit its needs.
2.2.1 (2021-10-08)
- types: fix allOf edge case for required properties (9318cac)
2.2.0 (2021-10-08)
2.1.1 (2021-10-08)
2.1.0 (2021-06-25)
- api: allow to filter statuses to only generate subpart of responses (fa3bb7a)
2.0.1 (2021-04-10)
2.0.0 (2020-11-25)
1.0.2 (2020-09-04)
1.0.1 (2020-09-03)
- openapi: fix openapi parameters requirement (3e788bf)
- core: add travis and coveralls (176da56)
- core: first working version (652c309)