UNPKG

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