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