Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Releases: pushplay/stripe-stateful-mock

v0.0.16

20 Nov 19:48
Compare
Choose a tag to compare
  • Added support for Charge.amount_captured.

Stripe API is still on version 2020-08-27.

v0.0.15

07 Oct 19:31
1fcaaef
Compare
Choose a tag to compare
  • Moved Stripe version to 2020-08-27
  • Improved support for Plans

v0.0.14

12 Jun 23:57
Compare
Choose a tag to compare
  • Price: create, retrieve, update, list
  • Product type is optional and defaults to "service"
  • Subscription item price can be set

v0.0.13

25 Apr 05:39
Compare
Choose a tag to compare
  • Now on API version 2020-03-02
  • Customer: update source to create new default source from token
  • TaxPlan: create, update, retrieve, list
  • Migrated to official TypeScript from @types/stripe

v0.0.12

06 Nov 01:42
48c68a3
Compare
Choose a tag to compare
  • Products: create, retrieve, list
  • Plans: create, retrieve, list
  • Subscriptions: create, retrieve, list
  • A little bit more verification for parameter values but it's still pretty half-assed
  • Proper support for starting stripe-stateful-mock from the CLI
  • BREAKING CHANGE The server is now started automatically by require("stripe-stateful-mock/autostart"). This is intended to be more intuitive.

Shout outs to @Raynos and @aodhgan .

v0.0.11

18 Oct 20:47
acc2a0c
Compare
Choose a tag to compare
  • Added support for listing customers, charges and accounts.
  • Fixed support for filtering by charge in list refunds.
  • List endpoints support starting_after, ending_before and limit.

v0.0.10

16 Oct 00:10
bf6731d
Compare
Choose a tag to compare
  • Better support for creating accounts of different types (custom, standard, express)

v0.0.9

30 Sep 16:41
Compare
Choose a tag to compare
  • Accounts can be created with a specified ID

v0.0.8

30 Sep 16:41
Compare
Choose a tag to compare
  • Added support for creating and deleting connect accounts.
  • Removed special connect account acct_invalid because any account that has not been created is invalid.

v0.0.7

20 Sep 21:54
Compare
Choose a tag to compare
  • Added unofficial source token tok_forget.