Skip to content

Releases: 0no-co/gql.tada

gql.tada@1.4.2

04 Apr 09:40
64c8868
Compare
Choose a tag to compare

Patch Changes

  • Upgrade @0no-co/graphql.web to 1.0.5
    Submitted by @kitten (See #168)
  • Updated dependencies (See #163, #168, #163, and #165)
    • @gql.tada/internal@0.1.2
    • @gql.tada/cli-utils@0.3.2

@gql.tada/internal@0.1.3

04 Apr 20:03
ad05add
Compare
Choose a tag to compare

Patch Changes

  • โš ๏ธ Fix subscriptionType not being fetched during introspection
    Submitted by @kitten (See #172)

@gql.tada/internal@0.1.2

04 Apr 09:40
64c8868
Compare
Choose a tag to compare

Patch Changes

  • Add loadFromSDL and loadFromURL schema loader utilities
    Submitted by @kitten (See #163)
  • Upgrade @0no-co/graphql.web to 1.0.5
    Submitted by @kitten (See #168)
  • Update internal loader to merge them into one and incorporate SchemaOrigin parsing
    Submitted by @kitten (See #165)

@gql.tada/cli-utils@0.3.3

04 Apr 20:03
ad05add
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #172)
    • @gql.tada/internal@0.1.3

@gql.tada/cli-utils@0.3.2

04 Apr 09:40
64c8868
Compare
Choose a tag to compare

Patch Changes

  • Update CLI with new schema loaders
    Submitted by @kitten (See #163)
  • Update internal loader to merge them into one and incorporate SchemaOrigin parsing
    Submitted by @kitten (See #165)
  • Updated dependencies (See #163, #168, and #165)
    • @gql.tada/internal@0.1.2

gql.tada@1.4.1

22 Mar 14:28
c5d6931
Compare
Choose a tag to compare

Patch Changes

  • Improve type inference performance of hot-path that computes fragment spreads. The getFragmentsOfDocuments type has been refactored and will now have a lower impact on performance
    Submitted by @kitten (See #159)
  • Add typescript to peerDependencies
    Submitted by @kitten (See #156)
  • Updated dependencies (See #156)
    • @gql.tada/cli-utils@0.3.1
    • @gql.tada/internal@0.1.1

@gql.tada/internal@0.1.1

22 Mar 14:28
c5d6931
Compare
Choose a tag to compare

Patch Changes

  • Add typescript to peerDependencies
    Submitted by @kitten (See #156)

@gql.tada/cli-utils@0.3.1

22 Mar 14:28
c5d6931
Compare
Choose a tag to compare

Patch Changes

  • Add typescript to peerDependencies
    Submitted by @kitten (See #156)
  • Updated dependencies (See #156)
    • @gql.tada/internal@0.1.1

gql.tada@1.4.0

21 Mar 12:42
4abdfc0
Compare
Choose a tag to compare

Minor Changes

  • Accept a pre-processed schema when setting up gql.tada for the AbstractSetupSchema.introspection option. This allows us to map an IntrospectionQuery ahead of time
    Submitted by @kitten (See #147)
  • Add @gql.tada/internal package to extract common logic between the CLI and the LSP
    Submitted by @JoviDeCroock (See #149)
  • Change the default scalar type of ID to be string, as the GraphQL spec recommends it to serialize to a string
    Submitted by @JoviDeCroock (See #146)

Patch Changes

  • Remove stringLiteral generic constraint, causing errors depending on TypeScript version
    Submitted by @kitten (See #151)
  • Updated dependencies (See #155, #150, and #149)
    • @gql.tada/cli-utils@0.3.0
    • @gql.tada/internal@0.1.0

@gql.tada/internal@0.1.0

21 Mar 12:43
4abdfc0
Compare
Choose a tag to compare

Minor Changes

  • Expose introspection output format generation from @gql.tada/internal and implement a new pre-processed output format, which pre-computes the output of the mapIntrospection type
    Submitted by @kitten (See #150)
  • Add @gql.tada/internal package to extract common logic between the CLI and the LSP
    Submitted by @JoviDeCroock (See #149)