Skip to content

0.49.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 21:44
4dccc0e

Minor Changes

  • 0462f4d Thanks @js2me! - add warning about skipping codegen due to input missing

  • 0462f4d Thanks @js2me! - add moduleResolution for codegen

  • 03b9cd0 Thanks @js2me! - Add overrideRequestParams codegen option: a static Partial<FullRequestParams>, a non-empty string (inserted as a TypeScript expression in ...(<expr>),), or a (routeInfo: RouteBaseInfo) => … factory evaluated at codegen time. The result is spread into each generated endpoint params return value before ...requestParams, so runtime requestParams can still override those keys. Falsy values and whitespace-only strings emit nothing.

Patch Changes

  • 050927b Thanks @js2me! - fix yummies usage

  • 118f36b Thanks @js2me! - Add documentation link for zodContracts in GenerateQueryApiParams JSDoc (points to the codegen config guide).

Changes: 0.48.1...0.49.0