Skip to content

Releases: graphql-hive/graphql-modules

February 19, 2025

19 Feb 10:43
4477965
Compare
Choose a tag to compare

[email protected]

Major Changes

  • #2563 f40de70 Thanks @kamilkisiela! - BREAKING Providers of each module are now resolved of upon application creation.

    This makes Dependency Injection less strict and not dependent on the order of module imports (hello circular imports).

    BREAKING Removed providers, operationProviders and singletonProviders from the Module interface (unlikely you were using them).

Patch Changes

October 23, 2024

23 Oct 10:07
425c0cc
Compare
Choose a tag to compare

[email protected]

Minor Changes

  • #2503 cf6e51f Thanks @n1ru4l! - Support passing an abstract class to Injector.get call and Provider value.

November 03, 2023

03 Nov 08:01
d708976
Compare
Choose a tag to compare

[email protected]

Minor Changes

November 02, 2023

02 Nov 14:20
243c0c7
Compare
Choose a tag to compare

[email protected]

Patch Changes

July 25, 2023

25 Jul 09:30
dcd39ca
Compare
Choose a tag to compare

[email protected]

Minor Changes

Patch Changes

March 22, 2023

22 Mar 12:36
e20fff4
Compare
Choose a tag to compare

[email protected]

Patch Changes

March 16, 2023

16 Mar 03:11
e454a1d
Compare
Choose a tag to compare

[email protected]

Patch Changes

Release e7f19f2b (from master)

11 Aug 05:23
e7f19f2
Compare
Choose a tag to compare
Pre-release
release-1660195407576

feat: use new release flow (#2229)

[email protected]

21 Jun 15:18
fd2845c
Compare
Choose a tag to compare

Minor Changes

  • c0a3d55: Allow to overwrite providers when using testkit.testModule

Patch Changes

  • 9e5ec3a: Add a deprecation note for createSchemaForApollo method
  • 285987c: Fix a memory leak related to ExecutionContext and Promises

[email protected]

30 Oct 15:58
644d078
Compare
Choose a tag to compare

Major Changes

Minor Changes