Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

79 lines (42 loc) · 3.99 KB

Change Log

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

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)