UNPKG

297 BMarkdownView Raw
1# Changelog
2
3## 0.4.0
4
5### Breaking changes
6
7* `LastFmSession` is no longer responsible for sending update. Use `lastfm.update()` instead.
8
9 lastfm.update("nowplaying", session, { track: track });
10
11### New Features
12
13* Access getInfo API calls through `lastfm.info()`. See README for example.
14