Skip to content

Latest commit

 

History

History
89 lines (32 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

89 lines (32 loc) · 3.16 KB

7.0.0 (2020-08-24)

Bug Fixes

Features

  • Add support for scope transformers #99
  • @nestjs/graphql optionalDependencies (#84) (1bb1125)
  • .github: Added renovate config (#46) (508e2eb)

6.0.0-alpha.2 (2020-05-20)

Bug Fixes

  • export main and types (#40) (fd719ef)
  • example: not using withGraphQL anymore (5f133d0)

6.0.0-aplha.1 (2020-04-18)

Bug Fixes

  • typo at README's GraphQL section (#32) (98c90ef)

Features

5.0.0 (2019-08-12)

4.0.0 (2019-03-21)

Bug Fixes

  • interceptor: fixes api changes of NestJS version 6 (9ea75fc), closes #11

BREAKING CHANGES

  • interceptor: NestJS version required is 6.x

3.0.0 (2019-01-03)

Features

  • switched from raven to @sentry/minimal (ec218ff)

2.1.0 (2018-08-09)

2.0.1 (2018-07-14)

Bug Fixes

  • raven client provider not calling .install() (b09b05e), closes #5

2.0.0 (2018-06-05)

Features

  • RavenModule: initial release (95bf047)