Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 18:00
· 6 commits to master since this release
888f307

4.0.0 (2023-09-24)

Features

BREAKING CHANGES

  • addTorrent functions can no longer be passed a file path. You must handle reading the file.
  • no longer uses got - uses ofetch which can work in environments like cloudflare workers and bun due to using fetch
  • requires node 18