-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @levelup-nestjs/[email protected] - @levelup-nestjs/[email protected] - @levelup-nestjs/[email protected] - @levelup-nestjs/[email protected]
- Loading branch information
1 parent
389f351
commit 2cc9ed9
Showing
8 changed files
with
60 additions
and
5 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 |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.2.0 (2019-10-29) | ||
|
||
### Bug Fixes | ||
|
||
- **dynamic-modules:** incorrectly configured some forRootAsync scenarios ([8560460](https://github.com/golevelup/nestjs/commit/8560460)), closes [AB#8](https://github.com/AB/issues/8) | ||
|
||
### Features | ||
|
||
- **all packages:** upgrade to Nest v6 ([5a8e903](https://github.com/golevelup/nestjs/commit/5a8e903)) | ||
- **dynamic modules:** helpers to reduce dynamic module boilerplate ([80a2b2c](https://github.com/golevelup/nestjs/commit/80a2b2c)) | ||
- **rabbitmq:** adds consistent rabbitmq config ([8d6de1d](https://github.com/golevelup/nestjs/commit/8d6de1d)), closes [#34](https://github.com/golevelup/nestjs/issues/34) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **all packages:** upgrades underlying nest package dependencies to v6 versions | ||
|
||
# [1.1.0](https://github.com/WonderPanda/nestjs-plus/compare/@nestjs-plus/[email protected]...@nestjs-plus/[email protected]) (2019-04-07) | ||
|
||
### Features | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@levelup-nestjs/common", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Common module and utility building blocks for badass NestJS applications", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.1.0 (2019-10-29) | ||
|
||
### Bug Fixes | ||
|
||
- **discovery:** tolerate possibly null providers ([30c87d0](https://github.com/WonderPanda/nestjs-plus/commit/30c87d0)), closes [#44](https://github.com/WonderPanda/nestjs-plus/issues/44) | ||
|
||
### Features | ||
|
||
- **all packages:** upgrade to Nest v6 ([5a8e903](https://github.com/WonderPanda/nestjs-plus/commit/5a8e903)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **all packages:** upgrades underlying nest package dependencies to v6 versions | ||
|
||
## [2.0.2](https://github.com/WonderPanda/nestjs-plus/compare/@nestjs-plus/[email protected]...@nestjs-plus/[email protected]) (2019-10-06) | ||
|
||
### Bug Fixes | ||
|
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
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,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2019-10-29) | ||
|
||
### Features | ||
|
||
- **dynamic modules:** helpers to reduce dynamic module boilerplate ([80a2b2c](https://github.com/golevelup/nestjs/commit/80a2b2c)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@levelup-nestjs/modules", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Reusable utilties to help level up NestJS Modules", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,21 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.5.0 (2019-10-29) | ||
|
||
### Features | ||
|
||
- **all packages:** upgrade to Nest v6 ([5a8e903](https://github.com/golevelup/nestjs/commit/5a8e903)) | ||
- **dynamic modules:** helpers to reduce dynamic module boilerplate ([80a2b2c](https://github.com/golevelup/nestjs/commit/80a2b2c)) | ||
- **rabbitmq:** adds additional queue options ([254d79c](https://github.com/golevelup/nestjs/commit/254d79c)) | ||
- **rabbitmq:** adds additional queue options for rpc ([d9b9d14](https://github.com/golevelup/nestjs/commit/d9b9d14)) | ||
- **rabbitmq:** adds consistent rabbitmq config ([8d6de1d](https://github.com/golevelup/nestjs/commit/8d6de1d)), closes [#34](https://github.com/golevelup/nestjs/issues/34) | ||
- **rabbitmq:** message handling and configuration ([6268eaf](https://github.com/golevelup/nestjs/commit/6268eaf)), closes [#32](https://github.com/golevelup/nestjs/issues/32) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **all packages:** upgrades underlying nest package dependencies to v6 versions | ||
|
||
## [1.4.1](https://github.com/WonderPanda/nestjs-plus/compare/@nestjs-plus/[email protected]...@nestjs-plus/[email protected]) (2019-10-06) | ||
|
||
**Note:** Version bump only for package @nestjs-plus/rabbitmq | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@levelup-nestjs/rabbitmq", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Badass RabbitMQ addons for NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md", | ||
|
@@ -33,7 +33,7 @@ | |
"url": "https://github.com/golevelup/nestjs/issues" | ||
}, | ||
"dependencies": { | ||
"@levelup-nestjs/discovery": "^2.0.2", | ||
"@levelup-nestjs/discovery": "^2.1.0", | ||
"amqplib": "^0.5.3", | ||
"uuid": "^3.3.2" | ||
}, | ||
|