Skip to content

Releases: vixalien/muse

0.0.31

04 May 15:17
435594a
Compare
Choose a tag to compare

New features

  • show "on repeat" data for users (songs on repeat, playlists on repeat etc.)

Bug fixes

  • fix sometimes the year of a playlist appearing as author
  • fix playlistitem erroring when there's no rank

v0.0.30

04 May 09:19
ec756e2
Compare
Choose a tag to compare

BREAKING CHANGES

  • playlists now have authors instead of author.

NEW FEATURES

  • playlist items now have change and rank, useful for charts.
  • playlists now have type which can be Playlist, Chart or Radio (localised.)
  • authenticator now has correct types for addEventListener events.

FIXES

  • playlist's related now has correct types (ParsedPlaylist)

v0.0.22

20 Apr 12:24
febb28e
Compare
Choose a tag to compare

fix issues with parsing based on toLowercase

v0.0.21

17 Apr 13:32
757eb19
Compare
Choose a tag to compare
  • Provides a way to abort any operation by passing an AbortController as the signal option