UNPKG

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