Typegraphql Nestjs Versions Save

TypeGraphQL integration with NestJS

v0.7.0

3 months ago

Features

  • added support for yoga federation driver
  • updated @nestjs core deps to ^10.3.3
  • updated @nestjs graphql deps to ^12.1.1
  • updated Apollo deps ^2.7.1
  • updated type-graphql version to 2.0.0-beta.6

Fixes

  • fixed issue with local scoped class middlewares

v0.6.0

10 months ago

Features

  • updated @nestjs core deps to ^10.0.5
  • updated @nestjs graphql deps to ^12.0.7
  • updated Apollo deps ^2.4.8

v0.5.0

1 year ago

Features

  • updated @nestjs core deps to ^9.2.1
  • updated @nestjs graphql deps to ^10.1.7
  • upgraded codebase to support new NestJS
  • updated Apollo deps ^2.2.3
  • added support for Apollo Federation V2

Chore

  • now supports ES2021+ and Node v16+ only

v0.4.1

2 years ago

Fixes

  • properly collect providers metadata in order to support class-based middlewares (#23)

v0.4.0

2 years ago

Features

  • upgrade NestJS to v8 and other deps (2b209e1)

v0.3.1

3 years ago

Fixes

  • fix missing OptionsPreparatorService provider in TypeGraphQLModule (6003bdb)

v0.3.0

3 years ago

Features

  • add TypeGraphQLFederationModule for creating apollo-federated schemas (f47adbc)

v0.2.5

3 years ago

Fixes

  • Allow importing other modules in .forRootAsync() (#9)

v0.2.4

3 years ago

Features

  • Add support for injecting dependencies while creating module options - .forRootAsync() (#8)

v0.2.3

3 years ago

Others

  • Bump type-graphql peer dep to version 1.0.0 and update all other deps