Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Releases: discordjs/voice

0.1.1

09 Mar 13:22
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • feat(AudioResource)!: use metadata instead of name (#69)

    • feat(AudioResource): use metadata instead of name

    • refactor(AudioResource): construct instance of class

    • refactor(AudioResource): default T to unknown (#72)

    • feat(AudioPlayer): emit errors with resource attached

    • docs(AudioResource): add reference to AudioResource

    • Update src/audio/AudioResource.ts

    Co-authored-by: Papaia [email protected]

    Co-authored-by: Carter [email protected]
    Co-authored-by: Papaia [email protected]

  • test: add tests for TransformerGraph (#73)

    • chore(Deps): install dependencies for testing

    • test: add tests for TransformerGraph

    • chore(CI): create actions workflow for testing

    • chore: remove coverage targets temporarily

    • chore: add .js files to eslint tsconfig

  • chore(README): update badges

  • fix(DataStore): stop audio cycles when all players removed

  • test(AudioPlayer): add tests for core functionality (#74)

    • test(AudioPlayer): initial state test

    • test(AudioPlayer): playing, pausing, resuming

    • fix(DataStore): stop audio cycles when all players removed

    • test(AudioPlayer): strengthen existing tests

    • test(AudioPlayer): stop()

    • chore: remove v8 coverage provider from jest config

    • test(AudioPlayer): "pause" no subscriber behavior

    • test(AudioPlayer): remaining no subscriber behaviors

    • test(AudioPlayer): playing state

    • test(AudioPlayer): play() throws for already-ended resource

    • test(AudioPlayer): error propagation

    • test(AudioPlayer): checkPlayable() Idle transition

    • test(AudioPlayer): silence interpolation

  • chore(Release): v0.1.1

0.1.0

01 Mar 08:18
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • docs: cleanup docs with correct syntax (#63)

    Co-authored-by: Amish Shah [email protected]

  • chore(README): add badges (#67)

    • chore(README): add badges

    • chore(README): remove unnecessary badges

  • feat!: implement adapters (#66)

    • chore(Deps): update typescript and eslint

    • feat: create DiscordGatewayAdapter interface

    • feat: signalJoinVoiceChannel now uses adapter

    • feat: integrate adapter into VoiceConnection

    • refactor(DiscordGatewayAdapter): abstract class instead of interface

    • feat(VoiceConnection): adapter drives packets

    • chore: remove Discord.js client tracking

    • feat: decouple library from Discord.js

    • feat(Adapter): redesign adapter

    • fix: adapter bugs

    • chore: fix examples for adapter

    • chore: update example README

  • chore(Release): v0.1.0

0.0.2

15 Feb 11:57
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • chore!: American English consistency (#61)

    • chore: american english consistency

    • revert: append -> prepend

  • fix(VoiceConnection): improve recoverability (#58)

  • feat(AudioPlayer): add maxMissedFrames behaviour (#59)

  • refactor: use global timer for audio players (#55)

    Co-authored-by: Antonio Román [email protected]

  • chore(Release): v0.0.2

0.0.1-alpha

12 Feb 09:34
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release
v0.0.1-alpha

chore(Release): v0.0.1-alpha