Releases: dhaspden/nestjs-stripe
Releases · dhaspden/nestjs-stripe
Version 1.0.0
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
Version 0.4.1
What Changed
- Add nestjs 7.0 to
peerDependencies
to get rid of warnings on install
Version 0.4.0
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
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 thenestjs
packages^6.0.0
instead of^6.7.2
Version 0.2.1
Version 0.2.1
What Changed
- Updated all dependencies to the newest versions
- Fixed an issue with
@types/stripe
when using thehttpProxy
option
Version 0.2.0
Version 0.2.0
What Changed
- Added a
useExisting
option toStripeModule.forRootAsync
to match the official nestjs integrations - Updated dependencies to newest versions
Version 0.1.4
Version 0.1.4
What Changed
stripe
is now apeerDependency
. Now you can use any version of thestripe
library that satisfies^7.0.0
Version 0.1.3
Version 0.1.3
What Changed
- Update
@types/stripe
and utilize where we were previously casting toany
- All other dependencies have been updated
- Removed an unused dependency
Version 0.1.2
Version 0.1.2
What Changed
- Add
StripeModule
withforRoot
andforRootAsync
- Add
InjectStripe
decorator