Skip to content

Releases: rryam/MusadoraKit

Version 5.0.3

14 Sep 06:06
Compare
Choose a tag to compare

New in this release

Update HundredBestAlbumRequst to accept region as well

Version 5.0.2

09 Sep 16:26
Compare
Choose a tag to compare

New in this release

Update the swift version

Version 5.0.1

09 Sep 07:56
Compare
Choose a tag to compare

New in this release

Added support for storefront in hundred best albums.

You can use it like:

let album = try await MRecommendation.hundredBestAlbum(at: 99, storefront: "zh-cn")

let albums = try await allHundredBestAlbums(storefront: "zh-cn")

Version 5.0.0

04 Sep 17:18
Compare
Choose a tag to compare

New in This Release

Updated for Swift 6

Version 4.5.1

24 Jul 08:23
Compare
Choose a tag to compare

New in this release

Add storefrontID from iTunes mapped to the storefront from MusicKit.

Version 4.5.0

19 Jun 16:00
Compare
Choose a tag to compare
v4.5.0

Remove catalog stations

Version 4.4.0

20 May 12:39
Compare
Choose a tag to compare

New in this Release

Added 100 best albums:

Use it like:

let hundredBestAlbums: [HundredBestAlbum] = try await MRecommendation.allHundredBestAlbums()

Play around the sample code in Musadora app as well.

Version 4.3.1

08 May 15:30
Compare
Choose a tag to compare

New in this Release

Added isLibrary and catalogID to Album to easily access this data from a library album!

Version 4.3.0

29 Apr 05:14
Compare
Choose a tag to compare

New in this Release

Added Privacy Manifest File

Version 4.2.0

10 Apr 14:51
Compare
Choose a tag to compare

New in This Release

Removed MusadoraLabsKit