Skip to content

v1.3

Choose a tag to compare

@ChristopherDond ChristopherDond released this 06 May 23:05
· 64 commits to main since this release

News: I implemented oneOf/anyOf/discriminator support and captured securitySchemes in the parser; added authentication checks (stubs) to the generated handlers; created a simple TypeScript client SDK generated along with the server. Main changes:

Parser/Types: parser.ts, types.ts — extraction of securitySchemes, inclusion of operation.security, and capture of oneOf/anyOf/discriminator.
Templates: models.hbs (generates unions for oneOf/anyOf), server.hbs (adds requireSecurity and injects check), and new client.hbs (generates src/client.ts).
Generator: generator.ts — includes client SDK generation.