- Upgraded TypeScript peer dependency from v4 to v5. Internal tests migrated from Jest to Vitest.
- Updated dependencies:
@golevelup/nestjs-discovery@7.0.0
@golevelup/ts-jest: Limit DeepMocked recursion depth to 4 levels to fix type-checking performance regression on complex types (e.g. S3Client, PrismaClient). Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive.
@golevelup/ts-vitest: Limit DeepMocked recursion depth to 4 levels to fix type-checking performance regression on complex types. Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive.
@golevelup/ts-sinon: Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive in the mock proxy.
@golevelup/nestjs-rabbitmq: Fix RPC shared queue multiplexing by routing key to prevent message mis-routing. Fix handler this context binding for class instances. Add support for per-exchange bindings in @RabbitSubscribe via a new bindings option.
@golevelup/nestjs-stripe: Switch to constructEventAsync to fix SubtleCryptoProvider errors in Bun and Node 24+. Fix unhandled exception in Sentry global filter when a webhook handler throws. Update default Stripe API version to 2026-02-25.clover.
- Includes dev dependencies upgrades such as Vite, Vitest and nestjs CLI and a new Stripe upgrade
- An update to the copy README pipeline, relevant to the NPM package profile
- Updated dependencies:
@golevelup/nestjs-discovery@6.1.1
- Contains an improvement to the documentation readme copy pipeline
- Updated dependencies:
@golevelup/nestjs-discovery@6.1.0
- Several changes across the new release pipeline including readme files
- Updated dependencies:
@golevelup/nestjs-discovery@6.0.0
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.9.3 (2025-05-08)
Note: Version bump only for package @golevelup/nestjs-stripe
0.9.2 (2025-02-18)
Note: Version bump only for package @golevelup/nestjs-stripe
0.9.1 (2025-01-24)
Note: Version bump only for package @golevelup/nestjs-stripe
0.9.0 (2024-11-06)
0.8.2 (2024-09-03)
Note: Version bump only for package @golevelup/nestjs-stripe
0.8.1 (2024-08-09)
Note: Version bump only for package @golevelup/nestjs-stripe
0.8.0 (2024-05-03)
0.7.0 (2024-04-10)
- Updates the underlying stripe dependency
0.6.5 (2024-02-09)
Note: Version bump only for package @golevelup/nestjs-stripe
0.6.4 (2023-11-21)
Note: Version bump only for package @golevelup/nestjs-stripe
0.6.3 (2023-07-18)
Note: Version bump only for package @golevelup/nestjs-stripe
0.6.2 (2023-07-03)
Note: Version bump only for package @golevelup/nestjs-stripe
0.6.1 (2023-03-28)
Note: Version bump only for package @golevelup/nestjs-stripe
0.6.0 (2023-02-23)
- module: allow to configure two secrets for different stripe webhooks types(account & connect) (#522) (47332bc)
-
module: Stripe module
webhookConfig -
fix(test): amend stripe module test config
Co-authored-by: Rodrigo monstawoodwow@gmail.com
0.5.0 (2022-09-21)
-
package.json: Removed stripe v8 and v9 as peerDependecies. stripe ^10.8.0 is required in peerDependencies now
-
add stripe as dev dependency
-
feat: stripe version update
updates to the latest known version
Co-authored-by: Rodrigo monstawoodwow@gmail.com
0.4.1 (2022-07-28)
Note: Version bump only for package @golevelup/nestjs-stripe
0.4.0 (2022-07-16)
- feat!(stripe, hasura): named execution contexts (132c6c5)
- Switches to using named contexts for stripe and hasura which might have an impact on how interceptors and other NestJS enhancers work with methods that are decorated with the corresponding library handlers
0.3.4 (2022-07-16)
Note: Version bump only for package @golevelup/nestjs-stripe
0.3.3 (2022-04-18)
Note: Version bump only for package @golevelup/nestjs-stripe
0.3.2 (2022-02-04)
0.3.1 (2022-02-01)
Note: Version bump only for package @golevelup/nestjs-stripe
0.3.0 (2022-01-24)
- Nest dependencies have been bumped from 6.x -> 8.x and we will no longer be supporting versions older than 8.x for future development
Co-authored-by: Christophe BLIN cblin@monkeyfactory.fr Co-authored-by: danocmx glencocomaster@centrum.cz Co-authored-by: Rodrigo monstawoodwow@gmail.com Co-authored-by: Jesse Carter jesse.r.carter@gmail.com
0.2.3 (2022-01-19)
Note: Version bump only for package @golevelup/nestjs-stripe
0.2.2 (2021-10-06)
Note: Version bump only for package @golevelup/nestjs-stripe
0.2.1 (2021-06-08)
Note: Version bump only for package @golevelup/nestjs-stripe
0.2.0 (2021-05-17)
- stripe: add ability to use custom decorators on controller (ebe8e72)
0.1.0 (2020-09-02)
0.0.5 (2020-05-13)
- stripe: new stripe package (ffbcc86)