Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@twlite twlite released this 20 Apr 12:06
· 1 commit to main since this release

Updates

  • add ignorePrevious option on play method of StreamDispatcher
  • add volumePercentage and setVolumePercentage
  • add immediate and next methods:
    • immediate(() => unknown): Runs immediately after the end of a resource
    • next(() => unknown): Runs immediately before handling new resource

Full Changelog: v1.1.1...v1.2.0