Skip to content

Releases: Urigo/graphql-modules

v0.7.17

14 May 15:08
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.7.11

03 Sep 05:33
Compare
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

  • Fix trying to inject config without @Inject(ModuleConfig) shows unclear error bug di waiting for release
    #655
  • Fix Injector.provide fails with TypeError when using injection tokens waiting for release
    #652
  • Fix Now CLI bug core waiting for release #649

v0.7.10

21 Aug 00:30
Compare
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

  • Fix priority of scopes in useClass (#601)
  • Support isTypeOf (#621)

v0.7.9

31 Jul 09:41
Compare
Choose a tag to compare
  • destroys a session on response's close event too PR #595
  • accepts resolver types generated by GraphQL Code Generator (Partial) PR #597

v0.7.7

02 Jul 08:04
Compare
Choose a tag to compare
  • Do not call onError in context errors 44f686e

v0.7.6

02 Jul 00:39
Compare
Choose a tag to compare
  • Throw if error is not related to service identifier (#460)
  • Fix resolver types (#513)
  • Fix high memory usage on directive with arguments (#506)
  • Fix an issue with overwritten scalar name (#497)
  • NEW feature Mocking (#464).
    • You can now mock every part of module; Module.mock({ context: { foo: 'FOO' }})
  • Use generic SchemaDirectiveVisitor typings
  • Support exclusions from modules (#534)
  • NEW hook -> onError (#535)