Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 18:13
· 44 commits to main since this release
7dd1d83

Minor Changes

  • 87464b3: Stack now correctly passes a custom Sound > id (instead of appending as a suffix).
  • 87464b3: Fixed a bug where Stack was double incrementing totalSoundsCreated.
  • 87464b3: Fixed an issue with #create not filtering "out of bounds" Sounds.
  • f98e04a: Bump node to 18.14.2.
  • f98e04a: Bump various dependencies.
  • f98e04a: Fix issue with Earworm > state being set to suspended even after closed.
  • f98e04a: Fix bug with Sound throwing an error on subsequent calls to .play().
  • f98e04a: Fix bug with Sound > pause() not working.
  • f98e04a: Fix bug with volume and mute setters not actually changing gain.value.
  • f98e04a: Both Stack and Sound can now accept a GainNode (in addition to an AudioNode) as their destination.
  • f98e04a: Simplify exported types.

Patch Changes

  • dc3dfe3: Mock AudioContext for testing.
  • f019b47: Further improve Web Audio mocks and helpers tests.
  • dcc5adc: Initial testing setup.
  • fde15fb: Further adjust test env for better Web Audio testing.