Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

v0.1.5

Compare
Choose a tag to compare
@betapictoris betapictoris released this 16 Jul 22:22
· 12 commits to dev since this release

Breaking Changes

There's one new breaking change in this release as getPrimaryFile is now deprecated in favor of the new getFiles method which closes, finally, #10. If you want the same effect of getPrimaryFile with getFiles you can use the following, it will just been in an array now:

ModrinthVersion.getFiles(primary = True)

While this is more work if all you want is the primary file it does allow for more filters, as outlined in the previously linked issue.

Other Changes

Full Changelog: v0.1.4...v0.1.5