Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 17:59
· 7 commits to master since this release
e142a51

5.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