Skip to content

Releases: Alusus/Stripe

0.2.7

15 Dec 22:37
42d089f
Compare
Choose a tag to compare

Added support for fetching promotion codes.

0.2.6

06 Dec 08:37
Compare
Choose a tag to compare

A fix in one of the createSubscriptions overloads to match changes in Stripe's APIs.

0.2.5

04 Nov 20:40
Compare
Choose a tag to compare

Added no-arg constructor to Client, which is needed if the class is to be used as a thread-local variable.

0.2.4

15 Oct 02:46
38c806e
Compare
Choose a tag to compare
  • Added cancelSubscription method.
  • Fixed issue with createBillingPortalSession.
  • Fixed error handling in addCustomerDefaultPaymentMethod.

0.2.3

27 Sep 23:38
29df2cd
Compare
Choose a tag to compare
  • Added payment methods and related functions.
  • Added updateSubscription function.

0.2.2

12 Sep 07:46
d67d996
Compare
Choose a tag to compare

Updates for compatibility with latest Json lib version (Json@0.2.0).

0.2.1

29 Aug 03:43
3b084a2
Compare
Choose a tag to compare
  • Added support for subscriptions.
  • Added support for billing portal sessions.
  • Added a version of createCheckoutSession that takes a customer ID.

0.2.0

27 Jul 21:03
1a8412a
Compare
Choose a tag to compare
  • Fixed filename convention.
  • Renamed CheckOut to CheckoutSession.
  • Removed print functions from DTO classes.
  • Added Client class.
  • Removed Charge class, which was not being used.
  • Added error handling.
  • Added a version of createCheckoutSession that takes typed arguments instead of a raw body string.
  • Added Arabic localization.
  • Updated the documentation.

0.1.0

13 Jul 23:43
026f6c9
Compare
Choose a tag to compare

Initial release.