JavaScript SDK changes

3.330

Released: 2024-12-08

  • Added: ability to override prices when there's a scheduled update in place

3.31.0

Released: 2024-11-21

  • Added: support for price localization in fixed fee coupons

3.30.0

Released: 2024-10-14

  • Added: ability to estimate the subscription cost when the payment of the subscription is delegated to a different customer using:
    • PreviewSubscription.payingCustomerId
    • EstimateSubscription.payingCustomerId
    • EstimateSubscriptionUpdate.payingCustomerId

3.27.0

Released: 2024-10-08

  • Added: ability to more easily determine the usage period of metered entitlements using:
    • MeteredEntitlement.usagePeriodStart
    • MeteredEntitlement.usagePeriodEnd
  • πŸ›‘ Removed: MeteredEntitlement.nextResetDate

3.20.0

Released: 2024-06-20

  • Added: ability to get the list of active subscriptions from Edge using getActiveSubscriptionsList()

3.19.0

Released: 2024-06-20

  • Added: ability to get the details of a specific subscription using getSubscription()