Skip to content

Tags: chrisueland/node-stripe

Tags

v1.3.0

Toggle v1.3.0's commit message
1.3.0 January 30th, 2013

  - Requests return Javascript Errors (Guillaume Flandre)

v1.2.0

Toggle v1.2.0's commit message
1.2.0 August 3rd, 2012

  - Added events API (Jonathan Hollinger)
  - Added plans update API (Pavan Kumar Sunkara)
  - Various test fixes, node 0.8.x tweaks (Jan Lehnardt)

v1.0.0

Toggle v1.0.0's commit message
Plans and Invoice Items APIs

v0.0.5

Toggle v0.0.5's commit message
0.0.5 November 26th, 2011

  - Add Subscription API (John Ku, stripe#3)
  - Add Invoices API (Chris Winn, stripe#6)
  - Fix a bug where callback could be called twice, if the callback()
    threw an error itself (Peteris Krumins)
  - Fix bug in tokens.retrieve API (Xavi)
  - Change documentation links (Stripe changed their URL structure)
  - Make tests pass again (error in callback is null instead of 0 if all is well)
  - Amount in stripe.charges.refund is optional (Branko Vukelic)
  - Various documentation fixes (Xavi)
  - Only require node 0.4.0

v0.0.3

Toggle v0.0.3's commit message
0.0.3 October 5, 2011

  - Add Charges API (issue stripe#1, brackishlake)
  - Add customers.list API

v0.0.2

Toggle v0.0.2's commit message
Add tokens API