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

Beta #5

Merged
merged 28 commits into from
Mar 12, 2024
Merged

Beta #5

merged 28 commits into from
Mar 12, 2024

Conversation

ido-pluto
Copy link
Owner

Description of change

Some breaking changes:

  • New and simpler API
  • Multi-file downloader (including one CLI progress)
  • EventEmitter instead of method parameters
  • Auto-detect download/copy file

Some new fetchers:

  • Improved CLI look
  • Customize CLI progress

Pull-Request Checklist

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

ido-pluto and others added 28 commits February 24, 2024 22:33
BREAKING CHANGE: New API, Support for browser download
# Conflicts:
#	.eslintrc.json
#	README.md
#	assets/pull-file.gif
#	examples/browser-log.ts
#	examples/browser.html
#	examples/node-cli.ts
#	package-lock.json
#	package.json
#	src/browser.ts
#	src/cli/cli.ts
#	src/download/browser-download.ts
#	src/download/download-engine/download-engine-file.ts
#	src/download/download-engine/engine/base-download-engine.ts
#	src/download/download-engine/engine/download-engine-browser.ts
#	src/download/download-engine/engine/download-engine-nodejs.ts
#	src/download/download-engine/progress-status-file.ts
#	src/download/download-engine/streams/download-engine-fetch-stream/base-download-engine-fetch-stream.ts
#	src/download/download-engine/streams/download-engine-write-stream/download-engine-write-stream-browser.ts
#	src/download/download-engine/types.ts
#	src/download/node-download.ts
#	src/download/transfer-visualize/transfer-cli.ts
#	src/download/transfer-visualize/transfer-statistics.ts
#	src/index.ts
#	test/browser.test.ts
#	test/copy-file.test.ts
#	test/download.test.ts
#	test/utils/copy.ts
#	test/utils/download.ts
* feat: fancy transfer CLI UI

* fix: bugs

* fix: update `package-lock.json` after pull
@ido-pluto ido-pluto merged commit b10958f into main Mar 12, 2024
3 checks passed
Copy link

🎉 This PR is included in version 3.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.

2 participants