Skip to content

Releases: Greenstand/treetracker-wallet-api

v1.39.0

10 Sep 14:34
Compare
Choose a tag to compare

1.39.0 (2024-09-10)

Bug Fixes

Features

  • implement pagination and sort in get /wallet/trusts (f1eb0b4)

v1.38.5

03 Sep 10:34
Compare
Choose a tag to compare

1.38.5 (2024-09-03)

Bug Fixes

v1.38.4

05 Jun 11:30
Compare
Choose a tag to compare

1.38.4 (2024-06-05)

Bug Fixes

v1.38.3

20 May 10:56
Compare
Choose a tag to compare

1.38.3 (2024-05-20)

Bug Fixes

v1.38.2

20 May 10:38
Compare
Choose a tag to compare

1.38.2 (2024-05-20)

Bug Fixes

  • subwallets trust relationship validation (f87c84a)

v1.38.1

07 May 07:10
Compare
Choose a tag to compare

1.38.1 (2024-05-07)

Bug Fixes

  • fix count in get trust relationships (b347e2f)
  • install missing dependences (b7c6e0d)
  • resolve merge conflicts (e5e0766)
  • revert package version change (580e352)

Reverts

  • Revert "fix: revert dependences changes" (80989f0)

v1.38.0

29 Apr 14:19
Compare
Choose a tag to compare

1.38.0 (2024-04-29)

Bug Fixes

Features

v1.37.0

22 Apr 19:58
Compare
Choose a tag to compare

1.37.0 (2024-04-22)

Bug Fixes

  • removed debugging lines of code (2591ee0)

Features

  • created sortable trusts (fd52be1)

v1.36.0

18 Apr 11:33
Compare
Choose a tag to compare

1.36.0 (2024-04-18)

Bug Fixes

  • protect GET /wallet/:id and GET /wallet/:id/trust_relationships (e053be2)

Features

v1.35.0

21 Mar 12:22
Compare
Choose a tag to compare

1.35.0 (2024-03-21)

Features

  • enable pagination in trustGet through limit and offset query params (7e9b69b)
  • package.json: add server-debug script (512f50f)
  • trust.js: add getAllTrustRelationships function (e40ba05)
  • trustrepository.js: add getAllByFilter function (8b24f35)
  • trustservice.js: update getAllTrustRelationships (27b478c)