Releases: pushplay/stripe-stateful-mock
Releases · pushplay/stripe-stateful-mock
v0.0.16
- Added support for Charge.amount_captured.
Stripe API is still on version 2020-08-27.
v0.0.15
- Moved Stripe version to
2020-08-27
- Improved support for Plans
v0.0.14
- Price: create, retrieve, update, list
- Product type is optional and defaults to "service"
- Subscription item price can be set
v0.0.13
- 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
- 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
- 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
- Better support for creating accounts of different types (custom, standard, express)
v0.0.9
- Accounts can be created with a specified ID
v0.0.8
- 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
- Added unofficial source token
tok_forget
.