Skip to content

Releases: astahmer/typed-openapi

typed-openapi@1.1.2

13 May 16:29
57f00f3
Compare
Choose a tag to compare

Patch Changes

  • 4846bc4: fix mutationOptions parameters typings

typed-openapi@1.1.1

13 May 16:24
7574607
Compare
Choose a tag to compare

Patch Changes

  • 73c1ef1: feat: mutationOptions + .mutation (if input is not available before)

typed-openapi@1.1.0

13 May 15:53
0142cc5
Compare
Choose a tag to compare

Minor Changes

  • f029e94: Fetcher is now expected to return a Response, so that the api client can have a .request method that returns
    the raw object

    all methods (get post etc) will be parsed using the overridable "parseResponse" api client fn property

  • c1b9dcb: fix: anyOf to ts

    #31

Patch Changes

  • d7eda3d: rm AllEndpoints type
  • 2abc8b4: chore: export Fetcher type
  • 6dfbd19: fix: tanstack client output path
  • f66571d: chore: make "endpoint" a type-only property
  • 93bd157: better endpoint alias
  • da6af35: fix: unused QueryClient import

typed-openapi@1.0.1

13 May 12:38
fd61333
Compare
Choose a tag to compare

Patch Changes

  • 4a909eb: Fix CLI & package.json by removing CJS usage

typed-openapi@1.0.0

13 May 12:17
2eccffb
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 8ec5d0b: Add @tanstack/react-query generated client
  • 8ec5d0b: Fix Schemas.null references in TS output
  • 8ec5d0b: Better output when using schema.additionalProperties, especially when specifying
    additionalProperties.type

typed-openapi@0.10.1

18 Nov 16:10
55bb52f
Compare
Choose a tag to compare

Patch Changes

  • dd91027: Move changesets to devDeps

typed-openapi@0.10.0

08 Nov 20:03
078df9b
Compare
Choose a tag to compare

Minor Changes

  • be0ba5f: Bump @sinclair/typebox-codegen version

Patch Changes

  • 739e5b5: Add options to Method type in generateApiClient function as fix for
    #55

typed-openapi@0.9.0

16 Aug 14:38
e3cd9b8
Compare
Choose a tag to compare

Minor Changes

  • b122616: Add requestFormat property to endpoint schema.

    • json
    • form-data
    • form-url
    • binary
    • text

typed-openapi@0.8.0

09 Aug 15:20
Compare
Choose a tag to compare

Minor Changes

  • d260cd4: Fix zod and yup runtime generated endpoint schema type errors due to long operationId

typed-openapi@0.7.0

09 Aug 08:32
Compare
Choose a tag to compare

Minor Changes

  • cf83e52: Add type cast in ApiClient methods to match the desired type