Skip to content

Releases: xmtp/xmtp-js

@xmtp/[email protected]

14 Sep 06:35
4ccfb1a
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-25)

Bug Fixes

  • switch prepare to prepublish (c4c2e50)

@xmtp/[email protected]

14 Sep 06:35
0cf228c
Compare
Choose a tag to compare

@xmtp/[email protected] (2022-10-21)

Bug Fixes

@xmtp/[email protected]

14 Sep 06:35
74b5122
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-21)

Bug Fixes

Features

  • add reference to conversation to message (64a745a)

@xmtp/[email protected]

14 Sep 06:35
f9d44e5
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-19)

Bug Fixes

@xmtp/[email protected]

14 Sep 06:35
a8fafe8
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-19)

Bug Fixes

@xmtp/[email protected]

14 Sep 06:35
b042ef0
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-19)

Bug Fixes

  • pass bytes as Uint8Array (493b6c9)

@xmtp/[email protected]

14 Sep 06:35
d659086
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-18)

BREAKING CHANGES

    • Message is now MessageV1 | MessageV2
  • Conversation is now ConversationV1 | ConversationV2

  • Many of the Client methods are now restricted to MessageV1 only
    as they are only pertinent to the V1 protocol;
    analogous V2 functionality can be found on Conversation(s)

  • Client.publishEnvelope() is replaced by Client.publishEnvelopes()
    (not meant for general use)

  • feat: get invites and intros in parallel

Co-authored-by: Nicholas Molnar [email protected]

@xmtp/[email protected]

14 Sep 06:35
Compare
Choose a tag to compare
Pre-release

@xmtp/[email protected] (2022-10-18)

Bug Fixes

  • remove console.log statement (3b4c899)

Features

@xmtp/[email protected]

14 Sep 06:35
a056fee
Compare
Choose a tag to compare

@xmtp/[email protected] (2022-10-05)

Bug Fixes

  • export sortdirection from root (09e33b9)

Features

  • add sorting of messages (60e5fb4)

@xmtp/[email protected]

14 Sep 06:35
8603d76
Compare
Choose a tag to compare

@xmtp/[email protected] (2022-10-05)

Features