Releases: JonPurvis/faker-stripe
Releases · JonPurvis/faker-stripe
v2.1.0
Added
stripeFinancialConnectionTransactionRefreshId()
stripeTaxTransactionLineItemId()
stripeWebhookApplicationId()
Full Changelog: 2.0.0...2.1.0
v2.0.0
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
What's Changed
- initial commit by @JonPurvis in #1
- add basic readme by @JonPurvis in #2
New Contributors
- @JonPurvis made their first contribution in #1
Full Changelog: https://github.com/JonPurvis/faker-stripe/commits/1.0.0