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