-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump v7.0.0 * docs: generate changelog * chore: Added scope transformers
- Loading branch information
Showing
3 changed files
with
1,471 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Added peerDependencies ([#83](https://github.com/mentos1386/nest-raven/issues/83)) ([e367e05](https://github.com/mentos1386/nest-raven/commit/e367e050d5d38fec4307ad4165ae3818da55265c)) | ||
|
||
|
||
### Features | ||
|
||
* Add support for scope transformers [#99](https://github.com/mentos1386/nest-raven/issues/84) | ||
* @nestjs/graphql optionalDependencies ([#84](https://github.com/mentos1386/nest-raven/issues/84)) ([1bb1125](https://github.com/mentos1386/nest-raven/commit/1bb11252f06054fcd44cc04af22fb3056a772c92)) | ||
* **.github:** Added renovate config ([#46](https://github.com/mentos1386/nest-raven/issues/46)) ([508e2eb](https://github.com/mentos1386/nest-raven/commit/508e2eba37c50c0cd1dc80bfaf64e4cca2a98d3e)) | ||
|
||
|
||
|
||
# [6.0.0-alpha.2](https://github.com/mentos1386/nest-raven/compare/v6.0.0-aplha.1...v6.0.0-alpha.2) (2020-05-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* export main and types ([#40](https://github.com/mentos1386/nest-raven/issues/40)) ([fd719ef](https://github.com/mentos1386/nest-raven/commit/fd719ef3e91ab08100d75a73764f96a4fd1ba42b)) | ||
* **example:** not using withGraphQL anymore ([5f133d0](https://github.com/mentos1386/nest-raven/commit/5f133d0c7074daccf159e4adaee96314d6bd0cca)) | ||
|
||
|
||
|
||
# [6.0.0-aplha.1](https://github.com/mentos1386/nest-raven/compare/v5.0.0...v6.0.0-aplha.1) (2020-04-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo at README's GraphQL section ([#32](https://github.com/mentos1386/nest-raven/issues/32)) ([98c90ef](https://github.com/mentos1386/nest-raven/commit/98c90ef435c56c57ff166dcb3fe362fa5f58b608)) | ||
|
||
|
||
### Features | ||
|
||
* GraphQL support ([#31](https://github.com/mentos1386/nest-raven/issues/31)) ([c15ed94](https://github.com/mentos1386/nest-raven/commit/c15ed94b5ecd4fb0bfa4c8d65910a64ce1252601)) | ||
|
||
|
||
|
||
# [5.0.0](https://github.com/mentos1386/nest-raven/compare/4.0.0...v5.0.0) (2019-08-12) | ||
|
||
|
||
|
||
# [4.0.0](https://github.com/mentos1386/nest-raven/compare/3.0.0...4.0.0) (2019-03-21) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **interceptor:** fixes api changes of NestJS version 6 ([9ea75fc](https://github.com/mentos1386/nest-raven/commit/9ea75fc0dab0be0a3628af8d2ca8104b12f0006f)), closes [#11](https://github.com/mentos1386/nest-raven/issues/11) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **interceptor:** NestJS version required is 6.x | ||
|
||
|
||
|
||
# [3.0.0](https://github.com/mentos1386/nest-raven/compare/v2.1.0...3.0.0) (2019-01-03) | ||
|
||
|
||
### Features | ||
|
||
* switched from raven to @sentry/minimal ([ec218ff](https://github.com/mentos1386/nest-raven/commit/ec218ff722c27b9ce1df3e29fc3017f6b9c94b74)) | ||
|
||
|
||
|
||
# [2.1.0](https://github.com/mentos1386/nest-raven/compare/v2.0.1...v2.1.0) (2018-08-09) | ||
|
||
|
||
|
||
## [2.0.1](https://github.com/mentos1386/nest-raven/compare/v2.0.0...v2.0.1) (2018-07-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* raven client provider not calling .install() ([b09b05e](https://github.com/mentos1386/nest-raven/commit/b09b05e155bc92603b3d4b365fb9abdb05d57dd5)), closes [#5](https://github.com/mentos1386/nest-raven/issues/5) | ||
|
||
|
||
|
||
# [2.0.0](https://github.com/mentos1386/nest-raven/compare/95bf04714e48d0eaec73e4b714ce12a32f8924f7...v2.0.0) (2018-06-05) | ||
|
||
|
||
### Features | ||
|
||
* **RavenModule:** initial release ([95bf047](https://github.com/mentos1386/nest-raven/commit/95bf04714e48d0eaec73e4b714ce12a32f8924f7)) | ||
|
||
|
||
|
Oops, something went wrong.