Skip to content

Releases: fabien0102/openapi-codegen

typescript: v11.1.0

01 Oct 08:48
bd1596a

Choose a tag to compare

11.1.0 (2025-10-01)

Features

  • add support for union type nodes in shouldExtractNode function (#318) (c555865)
  • typescript: add useTypeImports option (#314) (6c16829)

typescript: v11.0.1

20 Feb 10:09
934de55

Choose a tag to compare

11.0.1 (2025-02-17)

Bug Fixes

cli: v3.1.0

20 Feb 10:09
934de55

Choose a tag to compare

3.1.0 (2025-02-17)

Features

typescript: v11.0.0

08 Feb 15:31
1528978

Choose a tag to compare

11.0.0 (2025-02-08)

⚠ BREAKING CHANGES

  • Add support for skipToken (#289)

Features

Bug Fixes

  • Fix multiple discriminator on same type (#285) (8937c46)

typescript: v10.0.0

04 Feb 09:44
af5b66f

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

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

Choose a tag to compare

9.1.0 (2025-01-31)

Features

typescript: v9.0.1

31 Jan 14:17
4359bdd

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

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

Choose a tag to compare

3.0.1 (2025-01-18)

Bug Fixes

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