UNPKG

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