Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: jamiemansfield/go-modpacksch

go-modpacksch v0.3.0

27 Mar 13:55
f758389
Compare
Choose a tag to compare

This update introduces support for the new CurseForge and Mods APIs.

Some structs have been renamed in this version to avoid confusion with
the newly introduced API support:

  • Version -> PackVersion
  • VersionInfo -> PackVersionInfo

I have also corrected a mistake made with TagService#MostUsed(int),
where I had unintentionally included it on the PackService.