Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 727 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 727 Bytes

2.2.3

  • Add option to specify mode for fetch() operations

2.2.2

  • Allow currentTrack to be undefined

2.2.1

  • Use globalThis instead of window to access AudioContext

2.2.0

  • Remove tracks from Queue constructor
  • Expose Queue.tracks as public
  • Transpile as commonjs module

2.1.0

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

2.0.0

  • Convert to typescript
  • Fix a handful of bugs as part of the typescript conversion

1.0.0