-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected]
- Loading branch information
1 parent
ae9f97a
commit aa7ef03
Showing
24 changed files
with
5,838 additions
and
2,062 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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.5.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.5.0) (2024-11-06) | ||
|
||
### Features | ||
|
||
- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790)) | ||
|
||
# [3.4.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.4.0) (2024-08-09) | ||
|
||
### 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
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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-common | ||
|
||
# [2.0.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-07-18) | ||
|
||
- feat(nestjs)!: add support for v10 (#617) ([817729e](https://github.com/golevelup/nestjs/commit/817729ef0fc4d63647430ddac0d011c038b0c36b)), closes [#617](https://github.com/golevelup/nestjs/issues/617) | ||
|
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": "@golevelup/nestjs-common", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.0.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-discovery | ||
|
||
## [4.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-04-10) | ||
|
||
### 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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.3](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817) | ||
|
||
## [0.2.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-04-10) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-graphql-request | ||
|
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": "@golevelup/nestjs-graphql-request", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Badass utilities for integrating graphql-request and NestJS", | ||
"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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.8](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817) | ||
|
||
## [3.0.7](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-08-15) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/nestjs-hasura", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Badass utilities for integrating Hasura and NestJS", | ||
"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,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817) | ||
- **rmq:** allow pattern to contain empty strings for exact/literal matching ([#794](https://github.com/golevelup/nestjs/issues/794)) ([506cd6d](https://github.com/golevelup/nestjs/commit/506cd6d16d5b678dd5031df567a6383f34206831)) | ||
|
||
### Features | ||
|
||
- add validation for amq connection uri ([#844](https://github.com/golevelup/nestjs/issues/844)) ([af3ac52](https://github.com/golevelup/nestjs/commit/af3ac52045e6893aa4e82f2a16964d4826641c87)) | ||
- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790)) | ||
- small performance improvement using Map over array ([#795](https://github.com/golevelup/nestjs/issues/795)) ([1b46383](https://github.com/golevelup/nestjs/commit/1b46383766083ac33a0ace970c7d456ebeb2949c)) | ||
|
||
# [5.5.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-24) | ||
|
||
### 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": "@golevelup/nestjs-rabbitmq", | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"description": "Badass RabbitMQ addons for NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md", | ||
|
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,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.9.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817) | ||
|
||
### Features | ||
|
||
- stripe upgrade to v16 ([#796](https://github.com/golevelup/nestjs/issues/796)) ([6d7063b](https://github.com/golevelup/nestjs/commit/6d7063bc4f6c8b7b01f3f84d3ecb9ea02a1b16ad)) | ||
- stripe v17 ([#834](https://github.com/golevelup/nestjs/issues/834)) ([226d32d](https://github.com/golevelup/nestjs/commit/226d32d4b34f3e52c49edf7bebd8691068228f25)) | ||
|
||
## [0.8.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-03) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-stripe | ||
|
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": "@golevelup/nestjs-stripe", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "Badass utilities for integrating stripe and NestJS", | ||
"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,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **ts-jest:** ensures auto mocked properties can be casted to primitive types ([#850](https://github.com/golevelup/nestjs/issues/850)) ([60cc5f8](https://github.com/golevelup/nestjs/commit/60cc5f8f96086ee4621d32a68b7fbaab49733c38)), closes [#843](https://github.com/golevelup/nestjs/issues/843) | ||
|
||
### Features | ||
|
||
- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790)) | ||
|
||
## [0.5.6](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-24) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/ts-jest", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"description": "Reusable utilities to help level up NestJS Testing", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
@@ -36,9 +36,9 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^27.4.3", | ||
"jest": "^27.4.3", | ||
"jest-mock": "27.5.1", | ||
"@jest/globals": "^27.4.3" | ||
"jest-mock": "27.5.1" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
|
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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
**Note:** Version bump only for package @golevelup/ts-sinon | ||
|
||
# 0.1.0 (2023-07-18) | ||
|
||
### Features | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "@golevelup/ts-sinon", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"author": "Omer Morad <[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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.5.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
**Note:** Version bump only for package @golevelup/ts-vitest | ||
|
||
# 0.5.0 (2024-04-10) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/ts-vitest", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Reusable utilities to help level up NestJS Testing", | ||
"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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.19](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817) | ||
|
||
## [0.2.18](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-02-09) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-webhooks | ||
|
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": "@golevelup/nestjs-webhooks", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"description": "Badass utilities for integrating webhooks and NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
Oops, something went wrong.