Skip to content

Releases: Foundry376/express-zod-openapi-autogen

v6.0.0

04 Dec 18:27
9c10e1f
Compare
Choose a tag to compare

6.0.0 (2024-12-04)

Features

BREAKING CHANGES

  • document now treats bigint differently in all openapi
    versions and tuples differently in 3.1.0

More details here https://github.com/asteasolutions/zod-to-openapi/releases/tag/v7.0.0

v5.1.0

04 Dec 18:10
Compare
Choose a tag to compare

5.1.0 (2024-12-04)

Features

  • v6 support for zod-to-openapi (344702f)

v5.0.0

03 Dec 17:42
6e435aa
Compare
Choose a tag to compare

5.0.0 (2024-12-03)

Features

BREAKING CHANGES

  • types have been changed it appears for openapi version
    3.1.0 if passed in as the argument. Paths is now optional on the
    returned object.

v4.0.0

22 Nov 21:12
78dbed2
Compare
Choose a tag to compare

4.0.0 (2024-11-22)

Features

BREAKING CHANGES

  • underlying type changes introduced by dependencies may
    result in TS errors that should be addressed when trying to read
    buildOpenAPIDocument return value.

v3.0.0

21 Nov 22:24
a0f3a13
Compare
Choose a tag to compare

3.0.0 (2024-11-21)

Features

BREAKING CHANGES

  • openApiVersion will need to be passed as a separate
    argument.

v2.0.1

21 Nov 21:58
e8fb44d
Compare
Choose a tag to compare

2.0.1 (2024-11-21)

Bug Fixes

v2.0.0

21 Nov 16:54
7b8d7fe
Compare
Choose a tag to compare

2.0.0 (2024-11-21)

Features

  • upgrade to zod-to-openapi v2 (#8) (7b8d7fe)

BREAKING CHANGES

  • peer dependency update is required

v1.2.1

21 Nov 16:51
Compare
Choose a tag to compare

1.2.1 (2024-11-21)

Bug Fixes