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

0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@amishshah amishshah released this 09 Mar 13:22
· 96 commits to main since this 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