Skip to content

Releases: izumin5210/gqlkit

@gqlkit-ts/cli@0.7.2

17 Mar 06:17
Immutable release. Only release title and notes can be modified.
76fc134

Choose a tag to compare

Patch Changes

@gqlkit-ts/cli@0.7.1

17 Mar 04:14
Immutable release. Only release title and notes can be modified.
8f932cd

Choose a tag to compare

Patch Changes

  • #227 1656c9e Thanks @izumin5210! - fix: resolve nullable union type alias (T | null where T is a union) as a reference instead of an inline union

  • #230 f4a9695 Thanks @izumin5210! - fix: collect types from specifier-level type-only re-exports (export { type Foo } from "...")

@gqlkit-ts/cli@0.7.0

16 Mar 03:31
Immutable release. Only release title and notes can be modified.
3d62bde

Choose a tag to compare

Minor Changes

Patch Changes

@gqlkit-ts/runtime@0.3.0

01 Mar 07:22
Immutable release. Only release title and notes can be modified.
ba7ef5d

Choose a tag to compare

Minor Changes

@gqlkit-ts/cli@0.6.0

01 Mar 07:22
Immutable release. Only release title and notes can be modified.
ba7ef5d

Choose a tag to compare

Minor Changes

Patch Changes

@gqlkit-ts/cli@0.5.1

08 Feb 14:13
Immutable release. Only release title and notes can be modified.
e4f0bee

Choose a tag to compare

Patch Changes

  • #147 5fc46f3 Thanks @izumin5210! - fix: detect and report errors when the same type name is exported from multiple files

@gqlkit-ts/cli@0.5.0

01 Feb 09:32
Immutable release. Only release title and notes can be modified.
461e447

Choose a tag to compare

Minor Changes

Patch Changes

  • #144 066f788 Thanks @izumin5210! - fix: resolve import name conflicts when same export name exists in multiple files

@gqlkit-ts/cli@0.4.1

31 Jan 01:25
Immutable release. Only release title and notes can be modified.
de64c2f

Choose a tag to compare

Patch Changes

  • #138 d7fb677 Thanks @izumin5210! - fix: improve docs symlink to discover node_modules by walking up directories

@gqlkit-ts/cli@0.4.0

29 Jan 01:40
Immutable release. Only release title and notes can be modified.
a737cac

Choose a tag to compare

Minor Changes

  • #134 37623b6 Thanks @izumin5210! - Add output.importExtension config option to control file extensions in generated imports

Patch Changes

@gqlkit-ts/runtime@0.2.0

26 Jan 07:26
Immutable release. Only release title and notes can be modified.
a84bb64

Choose a tag to compare

Minor Changes

  • #121 7ae9406 Thanks @izumin5210! - feat: add ignoreFields option to exclude fields from generated GraphQL schema