UNPKG

763 BMarkdownView Raw
1# Changelog
2
3## 0.5.0
4
5* Renamed lastfm.readRequest/writeRequest to read/write.
6* Replace response reader with LastFmRequest.
7
8## 0.4.4
9
10* Handles response errors (timeouts, etc) when communicating with Last.fm
11* Fixed bug where unexpected data in LastFmInfo would crash application.
12
13## 0.4.3
14
15* Fixed bug where RecentTrackStream was working with null tracks.
16
17## 0.4.2
18
19* Added session.isAuthorised()
20
21## 0.4.1
22
23* Added slightly more descriptive errors to RecentTracksParser.
24
25## 0.4.0
26
27### Breaking changes
28
29* `LastFmSession` is no longer responsible for sending update. Use `lastfm.update()` instead.
30
31 lastfm.update("nowplaying", session, { track: track });
32
33### New Features
34
35* Access getInfo API calls through `lastfm.info()`. See README for example.
36