All Versions
6
Latest Version
Avg Release Cycle
26 days
Latest Release
-
Changelog History
Changelog History
-
v1.4 Changes
API additions
- ➕ Added support for
Stripe::File
(https://github.com/confact/stripe.cr/pull/32) - ➕ Added support for
Stripe::FileLink
(https://github.com/confact/stripe.cr/pull/32) - ➕ Added support for
Stripe::Account
(https://github.com/confact/stripe.cr/pull/31) - ➕ Added support for
Event
objects (https://github.com/confact/stripe.cr/pull/26) - ➕ Added support for verifying webhooks via
Stripe::Webhook
(https://github.com/confact/stripe.cr/pull/26) - ⚡️ Updated
Stripe::Charge
(https://github.com/confact/stripe.cr/pull/30) - ➕ Added support for
Stripe::Product#list
(https://github.com/confact/stripe.cr/pull/25)
- ➕ Added support for
-
v1.3 Changes
Misc improvements
- 👍 Crystal v1.0 support added
-
v1.2 Changes
⚡️ API updates
- ➕ Added support for Attaching a Payment Method to a Customer (https://github.com/confact/stripe.cr/pull/12)
- ➕ Added distinct object for Discounts (https://github.com/confact/stripe.cr/pull/16)
- ➕ Added distinct object for Prices (https://github.com/confact/stripe.cr/pull/16)
- ➕ Added distinct object for Promotion Codes (https://github.com/confact/stripe.cr/pull/16)
Misc improvements
- 👌 Supporting Crystal 0.36.1 (https://github.com/confact/stripe.cr/pull/17)
- 👷 Transition from Travis CI to GitHub Actions (https://github.com/confact/stripe.cr/pull/11)
- 📚 Automatically generate API documentation (https://github.com/confact/stripe.cr/pull/12)
-
v1.1 Changes
- 👌 Supporting Crystal 0.35.1
- ➕ Added support for Stripe Checkout (https://github.com/confact/stripe.cr/pull/7)
- ➕ Added support for Invoice Line Item Creation (https://github.com/confact/stripe.cr/pull/5)
-
v1.0 Changes
April 26, 2020- ➕ Added this changelog file
- 👌 Supporting Crystal 0.34
- Moving all structs to classes to fix compiler issues
- 🔄 Changed structure of the calls, using class methods and class variables for api key. Will use less memory and be much cleaner.
- ➕ Added expand to these entities create methods: Customer, Charge, SetupIntent, PaymentIntent, and Token
- Made List Enumerable - So all Enumerable's methods works on lists
➕ Added api calls
- Create source
- Retrieve source
- Attach source to customer
- Detach source from customer
- ➕ Add tax id to a customer
- ✂ Remove tax id from customer
- Retrieve tax id from customer
- Retrieve charge
- create refund
- retrieve refund
- list customers
- list subscriptions
- list invoices
- list payment intents
- list setup intents
- create tax rate
- retrieve tax rate
➕ Added Entities
- Coupons
- Customer Tax ID
- Payout
- Source
-
v0.2 Changes
March 31, 2020- ➕ Added some core entities
- 🛠 Fixed bug in Charges
- ✂ Removed validations macro
- ➕ Added support for sending post params with array and array with Hashes/NamedTuples
- ➕ Added expand only on
create_subscription
method
➕ Added api calls
- payment/setup intent create
- payment/setup intent retrieve
- payment/setup intent confirm
- create product
- create plan
➕ Added Entities
- Payment Intent
- Setup Intent
- Plan
- Product