listenbrainz 1.2.0
listenbrainz: ^1.2.0 copied to clipboard
A dart client for ListenBrainz.
1.2.0 #
-
Implements the Statistics endpoints.
-
Fix a bug on the json converter that was generating wrong datetimes.
-
The
Playlistthe now has adurationfield. -
The
Playlist.releaseIdentifieris now nullable.
1.1.1 #
- Fixed a bug on Aux.matchSongMusicBrainz() always returning
null.
1.1.0 #
-
Implements the Recordings endpoints.
-
Change in architeture; for simplicity in code, fields that represent a time, will no receive a
inttime anymore, but aDateTimetype, the lib will take care of conversion.
1.0.1 #
- Corrects the ListenBrainz constructor to accepts a RateLimiter instance.
1.0.0 #
- Initial version.