Releases: enviodev/rescript-stripe
Release list
v0.13.0
What's Changed
- Add previous_attributes support to Stripe webhook events by @DZakh in #2
- Add subscription update verification with previous state reconstruction by @DZakh in #3
- Add Stripe Charge and Invoice payment support by @DZakh in #5
- Subscription update bindings by @MJYoung114 in #4
New Contributors
- @DZakh made their first contribution in #2
- @MJYoung114 made their first contribution in #4
Full Changelog: v0.8.3...v0.13.0
v0.8.3
What's Changed
- Fix tag coercing to literal by @JonoPrest in #1
New Contributors
- @JonoPrest made their first contribution in #1
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Allow to enable automatic tax calculation in billing checkout. And update customer fields on a successful checkout.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Fix preset with long metadata key.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Add a feature to preset subscription plan for a customer.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Improve product sync logic to use list requests instead of search and start updating name when it's changed in the config.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Support one-time payments in the billing config and product catalog
Support billing past usage when creating a checkout session
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Refactor customer lookup from search API to list API with cache. Always up-to-date data and better rate-limiting.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Make type safe metadata
- Support WebHook handling
Full Changelog: v0.2.0...v0.4.0
v0.3.0
Add ability to retrieve subscription together with customer
Add customer portal helper
Full Changelog: v0.2.0...v0.3.0