Skip to content

v10.0.6

Choose a tag to compare

@maxholman maxholman released this 18 May 11:17
  • main.ts emits file-level `import type { … }` instead of per-name `import { type X }` for type-only imports.
  • Optional query/header params no longer carry a redundant `| undefined` union — optionality is conveyed by `?:` alone.
  • Pairs with `@block65/rest-client@13.0.5` `CommandQuery` constraint relaxation; generated query types satisfy it while remaining `JsonObject`-clean.
  • Adds regression tests covering import shape, optional query types, and `AllInputs` membership.