This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
v0.1.5
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
- Thanks for the typo correction, @ItzSkyReed, #11!
Full Changelog: v0.1.4...v0.1.5