Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 09:10
· 38 commits to main since this release
868f570

2.0.0 (2023-01-21)

⚠ BREAKING CHANGES

  • Constructor can no longer be called with options, and the way that options are
    passed to init() is now changed to an object.

  • feat: get rid of NetInfo dependency

This now makes our d.ts file completely free of external dependencies

  • feat: accept NetInfoStateType[] for pausing downloads

This is the most generalized form of accepting wifi-only downloads (since most people mean to also include ethernet)

Features

  • retries of failed downloads, and support of wifi-only (#10) (868f570)