Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 20:16

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.19.0 (2023-01-07)

Features

  • api: add get subscription payments method (8e7a294)
  • subscription-hydration: also hydrate payments (c6c254c)
  • subscription-hydration: check if plan already active (fd4ed5d)
  • subscription-hydration: set effective cancellation date based on last payment (85cfd3b)

Bug Fixes

  • html-encoder: do not encode value false (5ad8987)

Refactorings

  • promote subscription hydration to own component (9d3436b)
  • use singular for main component exports (2ccd3c9)

Chores

  • add order details callback (e9de247)
  • subscription-hydration: do not require checkout id (50baca2)