Files
discord.js/packages/voice/CHANGELOG.md
2022-10-03 14:08:03 +02:00

4.4 KiB

Changelog

All notable changes to this project will be documented in this file.

@discordjs/voice@0.11.0 - (2022-07-17)

Bug Fixes

  • VoiceReceiver: ParsePacket correctly (#8277) (1a6ddbb)
  • recorder-example: Bump dependencies (#8123) (10ba008)
  • SpeakingMap: Allow docgen to detect event name (#8236) (c271e05)
  • codecov: Use cobertura (#8235) (fd1c240)
  • voice: Re-add accidental removal of postbuild script (f8739bd)

Documentation

  • Add codecov coverage badge to readmes (#8226) (f6db285)
  • Remove Music bot in voice examples (#8203) (741b3c8)

Features

  • builder: Add max min length in string option (#8214) (96c8d21)
  • Add website documentation early mvp (#8183) (d95197c)
  • docgen: Proper event parsing for typescript (d4b41dd)
  • docgen: Update typedoc (b3346f4)
  • Website (#8043) (127931d)
  • docgen: Typescript support (3279b40)
  • Docgen package (#8029) (8b979c0)
  • Add scripts package for locally used scripts (f2ae1f9)

Refactor

  • Move all the config files to root (#8033) (769ea0b)

Typings

  • voice: Bring back typed events (#8109) (70b42bb)

@discordjs/voice@0.10.0 - (2022-06-04)

Bug Fixes

Features

  • Support sodium-native lib for voice (#7698) (f0d0242)
  • Add API v10 support (#7477) (72577c4)
  • Add support for module: NodeNext in TS and ESM (#7598) (8f1986a)
  • builders: Add attachment command option type (#7203) (ae0f35f)

Styling

  • Cleanup tests and tsup configs (6b8ef20)

@discordjs/voice@0.8.0 - (2022-01-24)

Refactor

  • PresenceUpdate and demuxProbe (#7248) (1745973)

Testing