Skip to content

Releases: solfren-team/solfren-web-sdk

v0.6.0

15 Nov 15:59
a89a3c2
Compare
Choose a tag to compare

0.6.0 (2022-11-15)

Features

  • profile: get follower and following count (aa2b627)
  • protocol: implement count followers and followings methods (d81d184)
  • protocol: introduce solfren-follow (1107458)

v0.5.0

10 Nov 14:30
8093806
Compare
Choose a tag to compare

0.5.0 (2022-11-10)

Features

v0.4.0

10 Nov 14:23
7760dc9
Compare
Choose a tag to compare

0.4.0 (2022-11-10)

Features

  • modules/nft: listByWallet via SimpleHash (919cb36)
  • modules/nft: listByCollection via SimpleHash (98400cf)
  • nft: implement createCollectionComment (a114cde)
  • nft: implement listCollectionComments (dccd584)
  • nft: implement listCollections (691caa1)
  • profile: implement follower and following list (200bb3b)
  • protocol: implement follower and following list (588afa7)
  • protocols: implement simple hash (4149c9a)

v0.3.3

30 Sep 16:13
Compare
Choose a tag to compare

What's Changed

  • Feature/implement list by wallet by @leozhantw in #24
  • Bugfix/28 failed to get identity from cyberconnect by @joecwu in #29
  • Feature/refactor nft module by @joecwu in #31

Full Changelog: v0.3.2...v0.3.3

v0.3.2

22 Sep 08:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.2

Important: v0.3.1 is broken build, do not use

v0.3.0

22 Sep 08:31
Compare
Choose a tag to compare

What's Changed

  • feat(protocol): define cyberconnect protocol by @leozhantw in #14
  • Feature/output following count by @leozhantw in #17
  • Feature/implement follow profile and like collection by @leozhantw in #18
  • feat(collection): implement listActivities by @ken8203 in #16
  • refactor(nft): rename collection module to nft module by @leozhantw in #19
  • feat(nft): implement like/unlike NFT by @leozhantw in #20
  • refactor: move listTradesByCollection to solfren-nft by @ken8203 in #23

Full Changelog: v0.2.1...v0.3.0

v0.2.1 release

24 Aug 12:11
Compare
Choose a tag to compare

New Feature:

  • [Profile] support NFT statistics data in WalletInfo. #9
  • [Profile] sync Bonfida SNS & Twitter bundle info in WalletInfo. #10
  • [Collection] support list NFT items of specific collection. #11
  • [Feed] enrich WalletInfo in FeedItem. #13

Breaking Change:

  • refactor SDK constructor options object. #12

NOTICE: v0.2.0 is a broken build. please use v0.2.1 directly

v0.1.1 release

13 Aug 16:01
Compare
Choose a tag to compare

fix wrong lib content in 0.1.0 release.

v0.1.0 release

13 Aug 15:13
Compare
Choose a tag to compare

v0.1.0 has wrong package content, please use v0.1.1.

Module Update

  • add feed module
  • add profile module
  • add collection module

Protocol Update

  • add SolFren NFT API support
  • add SolFren Wallet API support
  • add marketplace - MagicEden API support

Related PRs: #1 #2 #3 #4 #5 #6 #8