Skip to content

Releases: coopflow/fastify-stripe

2.4.1

02 Mar 16:23
f4870a9

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

16 Feb 11:32
ad279bd

Choose a tag to compare

What's Changed

  • refactor: initialize fastify.stripe decorator with Object.create(null) by @coopflow in ced1463
  • refactor: prevent the use of reserved keywords as instance nameby @coopflow in b02c7af
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot in #35
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #36
  • fix (ci): macOS runner name by @coopflow in #37
  • chore(deps-dev): bump dotenv from 10.0.0 to 16.0.0 by @dependabot in #44
  • chore: update ci and package dependencies by @coopflow in #45
  • test: cover more test cases by @coopflow in #46
  • docs: push some formatting enhancements by @coopflow in #47

Full Changelog: 2.3.2...2.4.0

2.3.2

13 Jul 11:02
5aed015

Choose a tag to compare

  • Updated dependencies

2.3.1

11 Jun 10:20
bb70604

Choose a tag to compare

  • Updated dependencies
  • Improved tests

2.3.0

06 Apr 12:30
6bddafc

Choose a tag to compare

  • fix: Update type tests
  • Updated dependencies
  • Moved to Tap 15
  • Moved to Standard 16
  • Removed Travis CI

v2.2.0

21 Oct 14:39
7549881

Choose a tag to compare

  • Add TypeScript types
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • fix: don't modify options object
  • fix: little code improvement

v2.1.3

29 Aug 10:09
75118a5

Choose a tag to compare

  • Updated dependencies

v2.1.2

08 Jul 12:34
e3c1ebb

Choose a tag to compare

  • Updated dependencies
  • Updated fastify to 3.0.0

v2.1.1

08 Jun 10:13
2bc4ac8

Choose a tag to compare

  • Updated dependencies
  • Drop Greenkeeper
  • Add Dependabot
  • Updated tests
  • Remove Node.js 13 and add Node.js 14 to the GitHub CI

v2.0.0

16 Jan 13:44
0d5cb5b

Choose a tag to compare

  • Updated dependencies
  • Updated the plugin to match the new Node Stripe 8.x API
  • Updated tests to match the new Node Stripe 8.x API
  • Drop Node.js 6 and Node.js 8 support (breaking change)