Skip to content

Releases: stoatchat/javascript-client-sdk

7.3.4

23 Oct 10:40
7.3.4
a3611e1

Choose a tag to compare

Support for voice participants & partial voice event support.
Added Channel#joinCall.

What's Changed

New Contributors

Full Changelog: 7.3.3...7.3.4

7.3.3

22 Oct 18:06
7.3.3
f89ed33

Choose a tag to compare

stoat.js now uses the stoat-api package and uses bigints for permissions (to support voice/mm permissions)

Full Changelog: 7.3.0...7.3.3

7.3.0

16 Oct 17:06
fd4b9f3

Choose a tag to compare

First published version under stoat.js npm package.

Changes & fixes:

  • Export permission definitions
  • Add path helper to Server
  • Add contentPlain helper
  • Support for everyone/online/role mentions on messages
  • Support for new role rankings
  • Helper to create webhooks
  • Pinned messages support
  • Additional emoji methods
  • Fix server invites not hydrating correctly
  • Support for policy changes / ack
  • Helper function to upload files
  • Helper function to get server for invite if it exists
  • Helper to set role ordering
  • Apply changes to server roles immediately
  • Fix issue with revolt-api not handling empty responses
  • Always include default category in orderedChannels
  • Support new Autumn url scheme
  • Helper methods Bot#publicBot, ServerRole#delete, Channel#muted
  • New option channelExclusiveMuted
  • Add deleteAll parameter to Message#unreact
  • Pass-through Message#ack options to Channel#ack
  • Simple voice support
  • Handle group/DMs as voice
  • Increase ack rate
  • Ensure lastMessageId is updated on incoming messages

Full Changelog: 7.2.0...7.3.0

7.2.0

12 May 17:11
8234edc

Choose a tag to compare

Initial release.
Fixed #116.