Skip to content

Latest commit

 

History

History
106 lines (38 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

106 lines (38 loc) · 3.81 KB

8.0.0 (2021-08-19)

  • upgrade @nestjs v8 (#293

7.2.0 (2021-03-03)

Bug Fixes

  • remove null parameter signatures for tap (#198) (57132be)

7.1.0 (2021-02-05)

7.0.0 (2020-08-23)

Bug Fixes

Features

  • .github: Added renovate config (#46) (508e2eb)
  • @nestjs/graphql optionalDependencies (#84) (1bb1125)

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

Bug Fixes

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

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)