Skip to content

Releases: kamilkisiela/graphql-config

v4.4.0

26 Dec 20:30
4c56ebb
Compare
Choose a tag to compare

Minor Changes

v4.3.6

06 Oct 10:30
51f3c2f
Compare
Choose a tag to compare

Patch Changes

  • #1149 a12f394 Thanks @charlypoly! - conflict with codegen also using TypeScriptLoader(), causing a double ts-node register.

v4.3.5

26 Aug 11:45
c4fe766
Compare
Choose a tag to compare

Patch Changes

v4.3.4

26 Aug 07:44
318c9fd
Compare
Choose a tag to compare

Patch Changes

v4.3.3

29 Jul 14:40
7a7cfee
Compare
Choose a tag to compare

Patch Changes

  • cd7747e: bump cosmiconfig-typescript-loader to resolve errors with esm loading

v4.3.2

27 Jul 16:20
a72a163
Compare
Choose a tag to compare

Patch Changes

  • f74d648: fix: change to maintained version of cosmiconfig-typescript-loader

v4.3.1

24 May 21:07
6c935db
Compare
Choose a tag to compare

Patch Changes

  • 44eec8d: Add workaround for default import of typescript config loader to fix ESM support

v4.3.0

05 Apr 12:50
b84f597
Compare
Choose a tag to compare

Minor Changes

  • aaccd04: feat: improve types to fix JSON schema when schema is passed like object with headers

Patch Changes

  • 18d07fd: fix: rollback GraphQLConfig.projects to empty object instead Object.create(null)

v4.2.0

29 Mar 00:27
b3cc09d
Compare
Choose a tag to compare

Minor Changes

  • 0636e9a: feat: support graphql.config.cjs config
  • 55f078a: feat: update graphql-tools packages

Patch Changes

  • fix: update minimatch dependency

Thanks to @bfanger for his first contribution 0636e9a

v4.0.2

13 Oct 10:32
Compare
Choose a tag to compare
  • Update range of @graphql-tools/merge dependency to include v7 and v8