Skip to content

Releases: ItsANoBrainer/FiveMArtifactUpdater

v2.0.2

08 Apr 00:37
206ba22
Compare
Choose a tag to compare

No longer uses webscraping at all, now uses the cfx changelog api endpoint. This endpoint has the artifacts bundled as a .zip instead of .7z as well, which allowed for lowering the package size by over 92% (1.53mb instead of 21.8mb).

  • Removed webscrape dependency
  • Removed html parser dependency
  • Removed https dependency
  • Removed 7zip-bin and node-7z dependencies (bulk of disk size change)
  • Moved download from https to axios
  • Removed buildSpecific option as the new method does not support it. Use v1.0.0 if you really need it.
  • 50% less lines, 28% less characters

v1.0.0

06 Mar 02:50
555a4b9
Compare
Choose a tag to compare

Initial Release