Skip to content

Releases: Crossbell-Box/crossbell.js

v0.19.5

24 Mar 09:30
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • indexer: Deprecated indexer.getFollowingFeedsOfCharacter Please use indexer.getFeedsOfCharacterFollowing instead. It has the same functionality but with a better name.  -  by @Songkeys (c441a)

   🚀 Features

  • indexer: Add indexer.getNotesOfCharacterFollowing to get a list of notes of a list of characters followed by a character.  -  by @Songkeys (11682)
    View changes on GitHub

v0.19.4

22 Mar 16:14
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.19.3

22 Mar 08:08
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.19.2

21 Mar 15:54
Compare
Choose a tag to compare

   🚀 Features

  • indexer: Add read?: boolean parameter to indexer.getNotificationsOfCharacter  -  by @Songkeys (42d73)
    View changes on GitHub

v0.19.1

21 Mar 06:31
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.19.0

21 Mar 04:46
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • contract: Do not need to call contract.connect() any more  -  by @Songkeys (d0cbf)
    • It is worth noting that there is no need to  await contract.connect()  anymore, which should make integration more convenient. The original method is still preserved, but it does not serve any purpose and will be removed in a few versions.

   🐞 Bug Fixes

  • contract: All read methods now from crossbell rpc by default  -  by @Songkeys (a321c)
    View changes on GitHub

v0.18.1

17 Mar 20:31
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.18.0

17 Mar 05:55
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • indexer: Change getLinkModule and getMintModule's signature  -  by @Songkeys (e1783)
    View changes on GitHub

v0.17.4

16 Mar 07:43
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.17.3

16 Mar 01:25
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub