Skip to content

Releases: JonPurvis/faker-stripe

v2.1.0

22 May 00:29
66d9e63
Compare
Choose a tag to compare

Added

  • stripeFinancialConnectionTransactionRefreshId()
  • stripeTaxTransactionLineItemId()
  • stripeWebhookApplicationId()

Full Changelog: 2.0.0...2.1.0

v2.0.0

17 May 01:49
7bb02c5
Compare
Choose a tag to compare

Added

  • added extra methods for the rest of Stripe's resources (#4)

Changed

  • added table to readme (#3)
  • updated stripeFeeId() to stripeApplicationFeeId() (#3)
  • added pluralisation to resource names in readme by (#5)

Additional Notes

This release renames some of the existing methods so that they contain the type of resource they are. For example, previously we had stripeAccountId(), however this is now stripeConnectAccountId(). The reason for this change was to avoid a couple of conflicts with Stripe's naming convention e.g. Connect Accounts and Financial Connected Accounts, we needed to differentiate them in this package.

Full Changelog: 1.0.0...2.0.0

v1.0.0

15 May 16:19
3d1bb70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/JonPurvis/faker-stripe/commits/1.0.0