Skip to content

Latest commit

 

History

History
82 lines (35 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

82 lines (35 loc) · 2.35 KB

3.1.2 (2024-02-14)

Bug Fixes

  • filter undefined params -> getCheckoutLink (8430bd9)

3.1.1 (2024-02-13)

Bug Fixes

  • only .toString() quantity if provided (6378f71)

3.1.0 (2024-02-12)

Features

  • add optional fields to getCheckoutLink (1a90851)

3.0.0 (2024-02-12)

Bug Fixes

  • make scoped version of useGrantee take obj id (dfecbc0)

Code Refactoring

  • move useUser to useGrantee (0113a14)

Features

  • add getCheckoutLink function (6e5cba7)

BREAKING CHANGES

  • all useUser imports now need to be useGrantee

2.3.0 (2024-01-17)

Features

  • add getCheckoutLink function (3e53a06)

2.2.0 (2024-01-10)

Features

  • add module usage examples to README.md (8ba0773)

2.1.0 (2024-01-10)

Features

2.0.0 (2024-01-09)

Bug Fixes

  • remove capabilities from canceled licenses (5fb2c82)

BREAKING CHANGES

  • capabilities on canceled licenses are now ignored

1.0.0 (2023-11-27)

Features

  • add getUser, getProduct, and createScope fns (af856be)