Releases: vixalien/muse
Releases · vixalien/muse
0.0.31
v0.0.30
BREAKING CHANGES
- playlists now have
authors
instead ofauthor
.
NEW FEATURES
- playlist items now have
change
andrank
, useful for charts. - playlists now have
type
which can bePlaylist
,Chart
orRadio
(localised.) - authenticator now has correct types for
addEventListener
events.
FIXES
- playlist's
related
now has correct types (ParsedPlaylist
)