Skip to content

Latest commit

 

History

History
280 lines (100 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

280 lines (100 loc) · 9.12 KB

7.0.2 (2024-10-02)

Bug Fixes

  • types: fix numeric props handling (fda2751)

7.0.1 (2024-07-18)

Bug Fixes

  • types: fix generated types for number prefixed identifier (fc4b703)

7.0.0 (2024-07-18)

Bug Fixes

  • api: improve identifiers generation (cc91507)

BREAKING CHANGES

  • api: Some identifiers could change, requiring to update them in your code.

6.0.1 (2024-07-15)

6.0.0 (2024-05-30)

Code Refactoring

  • types: better null type handling (5d3134f), closes #33

BREAKING CHANGES

  • 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)

Features

  • 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)

Features

  • 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)

Bug Fixes

  • types: fix deprecated calls (e670cf2)

4.1.4 (2023-01-02)

Bug Fixes

  • typescript: avoid using deprecated overlaods (0a88a88), closes #24

4.1.3 (2022-09-01)

Bug Fixes

  • types: fix TypeScript types (d5c6d58)

4.1.2 (2022-07-18)

Bug Fixes

  • jsonschema: support 'null' type (0c9cd54)

4.1.1 (2022-05-24)

Bug Fixes

  • types: export responses types too (916c9a2)

4.1.0 (2022-05-24)

Bug Fixes

  • types: avoid generating empty identifiers (2b5d554), closes #22
  • types: fix brand and enum types (f174dd8)

Features

  • types: allow to export root namespaces (3591eff)
  • types: allow to not use enums (4ea574c)

4.0.0 (2022-05-19)

Bug Fixes

  • schemas: fix unspecified array json schemas (188eff0), closes #16

Features

  • 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)

Features

  • schema: handle nested oneof schema (bc4059d)

3.0.2 (2021-11-11)

Bug Fixes

  • types: better number parsing (5da1e64)
  • types: fix the double components declaration (18c5f9a)

3.0.1 (2021-10-21)

Bug Fixes

  • openapi: fix support for the default status (0e9b2ad), closes #11

3.0.0 (2021-10-17)

Code Refactoring

  • types: take benefit of components (69c4cb7), closes #1

BREAKING CHANGES

  • 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)

Bug Fixes

  • types: fix allOf edge case for required properties (9318cac)

2.2.0 (2021-10-08)

Features

  • types: allow to generate unused schemas types (5ef6a1c), closes #4

2.1.1 (2021-10-08)

2.1.0 (2021-06-25)

Features

  • api: allow to filter statuses to only generate subpart of responses (fa3bb7a)

2.0.1 (2021-04-10)

2.0.0 (2020-11-25)

Bug Fixes

  • docs: fix the readme example (c72258c)
  • openapi: allow headers to also be string arrays (bbfc04e)

1.0.2 (2020-09-04)

Bug Fixes

1.0.1 (2020-09-03)

Bug Fixes

  • openapi: fix openapi parameters requirement (3e788bf)

Features

  • core: add travis and coveralls (176da56)

1.0.0 (2020-09-03)

Features

  • core: first working version (652c309)