Skip to content

Releases: graphql-hive/graphql-modules

v1.2.0

07 Jan 16:46
85f75f4

Choose a tag to compare

Minor Changes

  • f38ff90: Introduce testkit.mockApplication
  • f38ff90: Custom GraphQLSchema builder
  • f38ff90: Introduce testkit.mockModule

v1.1.0

21 Dec 12:55
597acfb

Choose a tag to compare

Minor Changes

v1.0.0

01 Dec 13:46
9a3f9ad

Choose a tag to compare

Complete rewrite of GraphQL Modules based on lessons learned from using and maintaining v0 releases.
The "Introduction to GraphQL Modules" page will help you understand the new version.

For migration guide, please check "Migration from v0.X" chapter in docs.

1.0.0-alpha.2

27 Aug 15:41
5c66a24

Choose a tag to compare

1.0.0-alpha.2 Pre-release
Pre-release
  • Operation scoped provider should be created once per GraphQL Operation in Apollo Server #1298

Get ready for v1.0

20 Aug 14:13
5fa95f4

Choose a tag to compare

Get ready for v1.0 Pre-release
Pre-release

Changelog coming soon

v0.7.17

14 May 15:08

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

v0.7.16

10 May 14:45

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Update dependencies

v0.7.15

02 Apr 17:50

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Add more logger interface #869 - Thanks @LucienLee !!!
  • GraphQL v15 support

v0.7.14

01 Jan 18:48

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Bump graphql-toolkit to use monorepos instead of a single graphql-toolkit package.

v0.7.13

01 Oct 06:17

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Subscription hooks can be defined without DI in GraphQLModule declaration #694?
  • Fix message in ProvideAlreadyDefined error waiting for release #688
  • Fix Apollo Federation support #558
  • Update dependencies