Skip to content

Releases: scttcper/utorrent

v6.1.0

11 Nov 20:31
128a077
Compare
Choose a tag to compare

6.1.0 (2024-11-11)

Features

v6.0.0

30 Aug 22:49
e3c843b
Compare
Choose a tag to compare

6.0.0 (2024-08-30)

Bug Fixes

Features

  • Don't delete files by default in removeTorrent (75f8eb1)

BREAKING CHANGES

  • removeTorrent no longer removes data from disk by default

v5.0.0

03 Jul 03:58
e208b9c
Compare
Choose a tag to compare

5.0.0 (2024-07-03)

Features

  • switch from buffer to uint8array (#64) (e208b9c)

BREAKING CHANGES

v4.0.1

01 Nov 05:49
ca0da06
Compare
Choose a tag to compare

4.0.1 (2023-11-01)

Bug Fixes

v4.0.0

24 Sep 18:00
888f307
Compare
Choose a tag to compare

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

v3.2.0

21 Sep 05:34
17fba3a
Compare
Choose a tag to compare

3.2.0 (2022-09-21)

Features

  • Add raw response to normalized data (17fba3a)

v3.1.0

31 Aug 04:31
cec056b
Compare
Choose a tag to compare

3.1.0 (2022-08-31)

Features

v3.0.1

06 Jun 06:02
6c0a1d9
Compare
Choose a tag to compare

3.0.1 (2022-06-06)

Bug Fixes

v3.0.0

27 Feb 20:58
f8db5d7
Compare
Choose a tag to compare

3.0.0 (2022-02-27)

Features

  • convert project to esm, use got v12 (#61) (f8db5d7)
  • adds @ctrl/magnet-link as a dependency
  • adds support for adding torrent magnet links to normalizedAddTorrent
  • new function addTorrentFromUrl

BREAKING CHANGES

v2.2.0

09 Jun 06:22
826b324
Compare
Choose a tag to compare

2.2.0 (2021-06-09)

Features

  • convert TorrentData type to named tuple (826b324)