Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 20:41
f630914

Patch Changes

  • #63 b9f4bea Thanks @christoph-fricke! - Fixed type inference for extended JSON mime types, such as application/problem+json. Previously, APIs like response(...).json would be typed as never for such mime types. Now, they will be properly typed.