Skip to content

Releases: bosonprotocol/chat-sdk

v1.3.0

23 Nov 10:33
Compare
Choose a tag to compare

1.3.0 (2022-11-23)

Features

v1.2.0

07 Nov 16:30
Compare
Choose a tag to compare

1.2.0 (2022-11-07)

Features

v1.1.0

12 Oct 10:02
Compare
Choose a tag to compare

1.1.0 (2022-10-12)

Features

  • change isXmtpEnabled to check any address given an initialized random client (#30) (463663d)
  • make the validate proposal part in validateMessage fail if the proposal percentage is not a string positive integer (#34) (e99d156)
  • move files to v0.0.1, jest config in ts and validateMessage function call before sending a message (#29) (130076e)
  • stop monitor thread (#32) (a8dd646), closes #28
  • update @xmtp/xmtp-js to ^6.0.2 (#33) (914f4ef)

v1.0.1

04 Aug 08:51
Compare
Choose a tag to compare

1.0.1 (2022-08-04)

Bug Fixes

v1.0.0

03 Aug 11:01
0584ecc
Compare
Choose a tag to compare

1.0.0 (2022-08-03)

Bug Fixes

  • remove import to import TextEncoder & TextDecoder as that import causes them to not work on react & webpack (#8) (129c1fe)

Features