Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 15:57
· 138 commits to main since this release

⚠️ BREAKING CHANGES ⚠️

As the Monstercat Connect v2 API was removed a few days ago, this project adopted the player's catalog api and now supports almost all of its fields. While doing so, we removed all deprecated functions and renamed structs and fields to resemble the current api (thanks to @docqube).
In order to upgrade, you will need to go get the new version at github.com/menzerath/monstercat-api/v2 of this project and use the new Catalog(...) functions.

You are now able to query all items of the Monstercat Catalog directly, without fetching the corresponding Releases first.
Those Releases are now a part of a Catalog Item and can still be used to download a whole album at once.