Skip to content

Releases: fabien0102/openapi-codegen

typescript: v10.0.0

04 Feb 09:44
af5b66f
Compare
Choose a tag to compare

10.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • deep merge variables with fetcherOptions from context. (#284)
  • Generated enum should be in pascal case (#282)

Features

Bug Fixes

  • deep merge variables with fetcherOptions from context. (#284) (2678ea4)
  • Escape special chars in enum name (#283) (3392588)
  • Fixed fetcher template to compile when noUncheckedIndexedAccess ts compile option is set (#228) (ecf90cd)
  • Generated enum should be in pascal case (#282) (e16bc82)
  • Invalid variable access inside fetcher (#277) (ea21f34)

typescript: v9.2.0

31 Jan 18:11
943036c
Compare
Choose a tag to compare

9.2.0 (2025-01-31)

Features

  • Added config formatFilename to allow more custom formatting of filenames (#231) (ea2cac8)
  • Extend useEnums to all schema files (#223) (447ef09)

typescript: v9.1.0

31 Jan 14:51
fda377e
Compare
Choose a tag to compare

9.1.0 (2025-01-31)

Features

typescript: v9.0.1

31 Jan 14:17
4359bdd
Compare
Choose a tag to compare

9.0.1 (2025-01-31)

Bug Fixes

  • Deal with forbidden chars in description (#272) (df5912c)

typescript: v9.0.0

30 Jan 18:21
c270a54
Compare
Choose a tag to compare

9.0.0 (2025-01-30)

⚠ BREAKING CHANGES

  • Use query option pattern and support useSuspense (#263)

Features

  • Use query option pattern and support useSuspense (#263) (b97044f)

Bug Fixes

cli: v3.0.1

18 Jan 19:48
d28e93b
Compare
Choose a tag to compare

3.0.1 (2025-01-18)

Bug Fixes

  • fix url validation on the init command (0184dd4)

cli: v3.0.0

18 Jan 18:33
985c99d
Compare
Choose a tag to compare

3.0.0 (2025-01-18)

⚠ BREAKING CHANGES

  • Refactor/Simplify cli (#268)

Features

typescript: v8.1.1

17 Jan 13:19
6bea932
Compare
Choose a tag to compare

8.1.1 (2025-01-17)

Bug Fixes

cli: v2.0.4

17 Jan 13:19
6bea932
Compare
Choose a tag to compare

2.0.4 (2025-01-17)

Bug Fixes

typescript: v8.1.0

02 Dec 12:42
597c403
Compare
Choose a tag to compare

8.1.0 (2024-12-02)

Features