Skip to content

RTK-Query OpenAPI Codegen v1.1.0

Compare
Choose a tag to compare
@markerikson markerikson released this 30 Aug 23:03
· 1997 commits to master since this release

Changelog

Added:

  • Option of generating real TS enums instead of string unions Adds the option of generating real TS enums instead of string unions #2854
  • Compatibility with TypeScript 5.x versions as the codegen relies on the TypeScript AST for code generation
    • As a result also needs a higher TypeScript version to work with (old version range was 4.1-4.5)
  • Changes dependency from a temporarily patched old version of oazapfts back to the current upstream version