Skip to content

Releases: stripe/stripe-node

stripe-node v6.2.0

28 Jun 12:35
674a1c9
Compare
Choose a tag to compare
  • #473 Add support for payment intents

See the changelog for more details.

stripe-node v6.1.1

07 Jun 23:43
Compare
Choose a tag to compare
  • #469 Add .npmignore to create a lighter package (minus examples and tests)

See the changelog for more details.

stripe-node v6.1.0

01 Jun 13:46
Compare
Choose a tag to compare
  • #465 Warn when unknown options are passed to functions

See the changelog for more details.

stripe-node v6.0.0

14 May 18:53
Compare
Choose a tag to compare
  • #453 Re-implement usage record's create so that it correctly passes all arguments (this is a very minor breaking change)

See the changelog for more details.

stripe-node v5.10.0

14 May 17:35
Compare
Choose a tag to compare
  • #459 Export error types on stripe.errors so that errors can be matched with instanceof instead of comparing the strings generated by type

See the changelog for more details.

stripe-node v5.9.0

09 May 23:25
Compare
Choose a tag to compare
  • #456 Add support for issuer fraud records

See the changelog for more details.

stripe-node v5.8.0

04 Apr 22:32
Compare
Choose a tag to compare
  • #444 Introduce flexible billing primitives for subscriptions

See the changelog for more details.

stripe-node v5.7.0

02 Apr 19:48
Compare
Choose a tag to compare
  • #441 Write directly to a connection that's known to be still open

See the changelog for more details.

stripe-node v5.6.1

25 Mar 18:10
bc8d7be
Compare
Choose a tag to compare
  • #437 Fix error message when passing invalid parameters to some API methods

See the changelog for more details.

stripe-node v5.6.0

24 Mar 14:59
8e7271b
Compare
Choose a tag to compare
  • #439 Drop Bluebird dependency and use native ES6 promises

See the changelog for more details.