Releases: beefchimi/earwurm
Releases · beefchimi/earwurm
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Minor Changes
- 87464b3:
Stack
now correctly passes a customSound > id
(instead of appending as asuffix
). - 87464b3: Fixed a bug where
Stack
was double incrementingtotalSoundsCreated
. - 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 tosuspended
even afterclosed
. - 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
andmute
setters not actually changinggain.value
. - f98e04a: Both
Stack
andSound
can now accept aGainNode
(in addition to anAudioNode
) as theirdestination
. - f98e04a: Simplify exported
types
.
Patch Changes
v0.1.0
v0.0.3
Patch Changes
- 87beb80: Export types for LibraryEntry and LibraryKeys.
- dc9bc89: Improve README with some guidance on converting audio files.
- dffe648: Solves a
this
binding issue by converting aStack
method to an arrow function. - dffe648: Removed some
console.log
calls. - dffe648: Bumps
emitten
to0.2.0
to solve asuper > accessor
bug.