Skip to content

Releases: Salable/js

v5.0.0

03 Jul 15:19

Choose a tag to compare

5.0.0 (2025-07-03)

Documentation

  • update README for v5.0.0 release (84b0184)

Features

  • pass owner rather than member into getCheckoutLink (c0a0f1a)
  • rename hasCapability to hasFeature (784ced9)

BREAKING CHANGES

  • hasCapability renamed to hasFeature. And
    getCheckoutLink member param renamed to owner

v4.1.0

19 Feb 14:32

Choose a tag to compare

4.1.0 (2025-02-19)

Bug Fixes

  • added verifyLicenseCheck to index.ts (147a927)

Features

  • SD-1282: added verifyLicenseCheck method (6070325)
  • updated license check verification method to use subtle crypto (ac30837)

v4.0.0

25 Jul 12:40

Choose a tag to compare

4.0.0 (2024-07-25)

Features

  • use license check endpoint (7e693b4)

BREAKING CHANGES

  • Returned data shape has changed to no longer include
    isTest or licenses.

v3.1.3

13 Jun 16:10

Choose a tag to compare

3.1.3 (2024-06-13)

Bug Fixes

  • getGrantee when no license data available (3d73574)

v3.1.2

14 Feb 11:14

Choose a tag to compare

3.1.2 (2024-02-14)

Bug Fixes

  • filter undefined params -> getCheckoutLink (8430bd9)

v3.1.1

13 Feb 17:45

Choose a tag to compare

3.1.1 (2024-02-13)

Bug Fixes

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

v3.1.0

12 Feb 15:53

Choose a tag to compare

3.1.0 (2024-02-12)

Features

  • add optional fields to getCheckoutLink (1a90851)

v3.0.0

12 Feb 15:52

Choose a tag to compare

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

v2.3.0

17 Jan 17:15

Choose a tag to compare

2.3.0 (2024-01-17)

Features

  • add getCheckoutLink function (3e53a06)

v2.2.0

10 Jan 18:09

Choose a tag to compare

2.2.0 (2024-01-10)

Features

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