Releases: confact/stripe.cr
Releases · confact/stripe.cr
v1.6.0
What's Changed
- Change supported Crystal versions by @confact in #60
- Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.3 by @dependabot[bot] in #63
- Adding Stripe::PaymentMethods::BankAccount::Pending by @atlantis in #64
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #66
- Bump actions/cache from 3 to 4 by @dependabot[bot] in #68
- Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by @dependabot[bot] in #69
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #70
- Add lots of Account / Account link features by @atlantis in #67
- Update crystal deps by @confact in #72
Full Changelog: v1.5.0...v1.6.0
v1.5.0
See detailed changelog here: https://github.com/confact/stripe.cr/blob/v1.5.0/CHANGELOG.md#v15
What's Changed
- Support Crystal v1.1.1 explicitly in CI by @stephendolan in #37
- retrieve method macro magic by @rmarronnier in #33
- Update event.cr to make request.id nilable. by @vectorselector in #41
- Add list method macro + implements it in existing objects by @rmarronnier in #40
- add_delete_method macro by @rmarronnier in #42
- Additional functionality by @xaviablaza in #43
- Allow
promotion_codeinpromotion_codewhen creating a checkout session. by @gdotdesign in #49 - Update Customer param account_balance to balance by @paula4230 in #50
- Change account_balance in create Stripe customer method by @paula4230 in #51
- Add payment_intent_data to create CheckoutSession by @paula4230 in #52
- Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.1 by @dependabot in #57
- Remove deprecated plans by @atlantis in #55
- Fix list method to work with params by @confact in #58
- Release of version 1.5 by @confact in #59
New Contributors
- @vectorselector made their first contribution in #41
- @xaviablaza made their first contribution in #43
- @gdotdesign made their first contribution in #49
- @paula4230 made their first contribution in #50
Full Changelog: v1.4.0...v1.5.0