Skip to content

Latest commit

 

History

History
127 lines (75 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

127 lines (75 loc) · 7.45 KB

Changelog

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

Bug Fixes

  • scripts: Accessing tsComment (d8d5f31)

Features

  • website: Render syntax and mdx on the server (#9086) (ee5169e)

Refactor

  • Compare with undefined directly (#9191) (869153c)

Bug Fixes

  • Voice: Send keep alives without awaiting a response (#9202) (c6d98fa)

Documentation

  • Fix version export (#9049) (8b70f49)

Features

  • website: Add support for source file links (#9048) (f6506e9)

Bug Fixes

  • Voice postbuild script (#8741) (5ffabb1)
  • Pin @types/node version (9d8179c)

Features

  • New select menus (#8793) (5152abf)

Bug Fixes

  • Footer / sidebar / deprecation alert (ba3e0ed)

Documentation

Features

  • Web-components (#8715) (0ac3e76)
  • website: Show constructor information (#8540) (e42fd16)
  • WebSocketShard: Support new resume url (#8480) (bc06cc6)

Refactor

  • Website components (#8600) (c334157)
  • Use eslint-config-neon for packages. (#8579) (edadb9f)
  • Docs design (#8487) (4ab1d09)

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)

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