Skip to content

Releases: AcmeSoftwareLLC/github-downloader

Version 2.0.1

Choose a tag to compare

@sarbagya-acme sarbagya-acme released this 10 Dec 16:40
03c8229
Refactor file download logic to use streams for improved performance

- Replaced writeFile with createWriteStream and pipeline for handling file downloads.
- Updated the downloadMappedFiles function to handle response as a ReadableStream.
- Removed unnecessary check for response data type after download.

Version 2.0.0

Choose a tag to compare

@sarbagya-acme sarbagya-acme released this 10 Dec 15:47
69f2927

Full Changelog: v1.0.1...v2.0.0

v1.0.1

Choose a tag to compare

@sarbagya-acme sarbagya-acme released this 05 Oct 05:06
e9dd3be
updated icon

Version 1.0.0

Choose a tag to compare

@sarbagya-acme sarbagya-acme released this 05 Oct 05:03
8c0b6ae
v1.0.0

clean up