Skip to content

Latest commit

 

History

History
158 lines (82 loc) · 7.62 KB

CHANGELOG.md

File metadata and controls

158 lines (82 loc) · 7.62 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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)

Features

  • stripe: extend webhook config for test mode secrets (#732) (d7bba4b), closes #731

0.7.0 (2024-04-10)

  • chore!: bump stripe version to 14.19.0 (#705) (1dc545a), closes #705

BREAKING CHANGES

  • 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)

Features

  • module: allow to configure two secrets for different stripe webhooks types(account & connect) (#522) (47332bc)

BREAKING CHANGES

  • module: Stripe module webhookConfig

  • fix(test): amend stripe module test config

Co-authored-by: Rodrigo monstawoodwow@gmail.com

0.5.0 (2022-09-21)

Bug Fixes

  • package.json: add stripe v10 as optional peerDependency (#503) (46ec6fe), closes #502

BREAKING CHANGES

  • 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)

BREAKING CHANGES

  • 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)

Bug Fixes

  • logging: use Logger instead of ConsoleLogger (#388) (a0f2597), closes #351

0.3.1 (2022-02-01)

Note: Version bump only for package @golevelup/nestjs-stripe

0.3.0 (2022-01-24)

  • feat!: update libraries to support Nest 8 (#342) (de7cd35), closes #342

BREAKING CHANGES

  • 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)

Features

  • stripe: add ability to use custom decorators on controller (ebe8e72)

0.1.0 (2020-09-02)

Features

  • stripe: restrict event string to valid set (76d8119), closes #170

0.0.5 (2020-05-13)

Bug Fixes

  • stripe, hasura: forRootAsync dynamic controllers (c4d10bf), closes #148

0.0.1-rc.0 (2020-04-08)

Features

  • stripe: new stripe package (ffbcc86)