listenbrainz-client v1.1.0 Release Notes

Release Date: 2017-09-29 // about 6 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ ListenData no longer has an Ord instance. This is due to TrackMetadata losing its Ord instance.
    • ๐Ÿš€ TrackMetadata has gained trackReleaseName and trackAdditionalInfo fields.
    • ๐Ÿ“‡ TrackMetadata no longer has an Ord instance, as trackAdditionalInfo is an Aeson Object that lacks Ord.

    Other Changes

    • ๐Ÿ“š Documentation!