Releases: solfren-team/solfren-web-sdk
Releases · solfren-team/solfren-web-sdk
v0.6.0
v0.5.0
v0.4.0
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
v0.3.2
What's Changed
- Feature/provide GitHub info by @leozhantw in #25
- fix: expose Profile & NFT modules. by @joecwu in #27
Full Changelog: v0.3.0...v0.3.2
Important: v0.3.1 is broken build, do not use
v0.3.0
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
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
fix wrong lib
content in 0.1.0
release.