Skip to content

v2.0.0

Compare
Choose a tag to compare
@JonPurvis JonPurvis released this 17 May 01:49
· 42 commits to main since this release
7bb02c5

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