- Add option to specify
mode
forfetch()
operations
- Allow currentTrack to be undefined
- Use
globalThis
instead ofwindow
to accessAudioContext
- Remove
tracks
from Queue constructor - Expose Queue.tracks as public
- Transpile as commonjs module
Update dependencies and code style
- Format with prettier
- Order methods and properties based on accessor type
- Add explicit return types to functions
- Remove deprecated seekToEnd() function
- Convert to typescript
- Fix a handful of bugs as part of the typescript conversion
- Initial release - Original source