Skip to content

Releases: beefchimi/earwurm

[email protected]

12 Dec 03:08
42bf448
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Aug 23:03
915011f
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 Jul 16:17
84ffad0
Compare
Choose a tag to compare

Minor Changes

  • #84 fba1989 Thanks @beefchimi! - Bumped required node and pnpm versions. Also overhauled linting/formatting.

[email protected]

28 Apr 16:52
069c6ba
Compare
Choose a tag to compare

Minor Changes

[email protected]

27 Jan 23:59
8c75cbc
Compare
Choose a tag to compare

Minor Changes

  • #78 272c601 Thanks @beefchimi! - Remove timed auto-suspend in favour of exposing .suspend() / .resume() methods on Earuwrm.

  • #78 272c601 Thanks @beefchimi! - New play event available on Earwurm instance.

[email protected]

22 Jan 19:16
655a200
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 Jan 19:04
2d31481
Compare
Choose a tag to compare

Patch Changes

  • #73 450aa86 Thanks @beefchimi! - Define bundleDependencies in hopes it solves failed package installs.

[email protected]

21 Jan 19:14
e9bb832
Compare
Choose a tag to compare

Minor Changes

v0.7.0

09 Jan 19:05
7223805
Compare
Choose a tag to compare

Minor Changes

  • 5f7e2b1: Remove all static members in favour of exported tokens object.
  • 5f7e2b1: Replace fadeMs option with transitions boolean.

v0.6.0

04 Jan 21:39
d9ecb1b
Compare
Choose a tag to compare

Minor Changes

  • 51368fd: Fix issue "stopping" a Sound that was never "started".
  • 51368fd: Include a neverStarted: boolean; property in the SoundEndedEvent.
  • 51368fd: New volume change event for Earwurm, Stack, and Sound.
  • 51368fd: New mute change event for Earwurm, Stack, and Sound.
  • 51368fd: New library change event for Earwurm.
  • 51368fd: New queue change event for Stack.
  • 51368fd: New speed change event for Sound.
  • 51368fd: speed Setter now clamps the value between 0.25 and 4.
  • 51368fd: New progress change event.
  • 51368fd: New progress Getter.
  • 51368fd: New state > ending value.
  • 51368fd: Renamed all statechange events to state.
  • 51368fd: No longer setting mute = false when "pausing".
  • 51368fd: Avoid re-initializing an existing Stack when .add() is passed an identical id + path.
  • 51368fd: Removed LibraryKeys type, instead using StackIds[] directly.
  • 51368fd: Now exporting tokens object with some usual values.
  • 51368fd: Updated docs/api.md to include details on all the newly added / changed code.

Patch Changes

  • 222eb16: Bumping project dependencies, including the emitten peerDependency.