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