Skip to content

Releases: dhaspden/nestjs-stripe

Version 1.0.0

11 Oct 15:42
44419b9
Compare
Choose a tag to compare

Version 1.0.0


What Changed

This library has been stable for awhile now, so the version number signals that

  • Add nestjs 8.0 as an allowed version in peerDependencies
  • Update Stripe API version to 2020-08-27
  • Update devDependencies
  • Use new cimg/node image on CircleCI
  • Run tests using Node LTS (version 14)

Version 0.4.1

28 Feb 16:27
c78bac6
Compare
Choose a tag to compare

Version 0.4.1


What Changed

  • Add nestjs 7.0 to peerDependencies to get rid of warnings on install

Version 0.4.0

07 Apr 12:41
Compare
Choose a tag to compare

Version 0.4.0


What Changed

  • Added support for the newest nestjs version 7.0
  • Updated all dependencies to the newest versions

Version 0.3.0

02 Feb 14:36
Compare
Choose a tag to compare

Version 0.3.0


What Changed

Note that this release contains a breaking change

  • Breaking: Dropped support for @types/stripe
  • Added support for the official Stripe Typescript definitions, see here
  • Updated all dependencies to the newest versions
  • Made peerDependencies for the nestjs packages ^6.0.0 instead of ^6.7.2

Version 0.2.1

18 Oct 00:01
Compare
Choose a tag to compare

Version 0.2.1


What Changed

  • Updated all dependencies to the newest versions
  • Fixed an issue with @types/stripe when using the httpProxy option

Version 0.2.0

07 Sep 21:30
Compare
Choose a tag to compare

Version 0.2.0


What Changed

  • Added a useExisting option to StripeModule.forRootAsync to match the official nestjs integrations
  • Updated dependencies to newest versions

Version 0.1.4

25 Jul 00:16
Compare
Choose a tag to compare

Version 0.1.4


What Changed

  • stripe is now a peerDependency. Now you can use any version of the stripe library that satisfies ^7.0.0

Version 0.1.3

12 Jul 01:47
Compare
Choose a tag to compare

Version 0.1.3


What Changed

  • Update @types/stripe and utilize where we were previously casting to any
  • All other dependencies have been updated
  • Removed an unused dependency

Version 0.1.2

12 Jul 01:36
Compare
Choose a tag to compare

Version 0.1.2


What Changed

  • Add StripeModule with forRoot and forRootAsync
  • Add InjectStripe decorator