Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new download engine #4

Merged
merged 6 commits into from
Feb 24, 2024
Merged

feat: new download engine #4

merged 6 commits into from
Feb 24, 2024

Conversation

ido-pluto
Copy link
Owner


BREAKING CHANGE: New API, Support for browser download

Description of change

iPull now has its own download engine, that supports:

  • Pausing and resuming downloads (even after sudden failure, without any corruption)
  • Parallel stream (Download using multiple connections)
  • Browser support using the (fetch and xhr API)
  • Download statistics (speed, time left, etc.)
  • Better CLI Progress bar (Node.js & Bun)
  • Smart retry on fail (using async-retry)

The new version has tests, better documentation, simpler API and many more customizations

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • npm run format to apply prettier formatting
  • This pull request links relevant issues as Fixes #0000
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained
    in CONTRIBUTING.md

@ido-pluto ido-pluto merged commit a2c11f4 into main Feb 24, 2024
3 checks passed
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant