Skip to content

Releases: webtorrent/node-bencode

v4.0.1

25 May 17:51

Choose a tag to compare

4.0.1 (2026-05-25)

Bug Fixes

  • release: update release.yml to include permissions for actions (bef420f)

v4.0.0

09 Aug 07:15

Choose a tag to compare

4.0.0 (2023-08-09)

Features

  • breaking, feat, fix: bigint support, don't mangle directory keys (#150) (e95475a)

BREAKING CHANGES

  • fix: bigint support, don't mangle directory keys

v3.1.1

09 Aug 09:23
7fad976

Choose a tag to compare

3.1.1 (2023-07-31)

Features

v3.0.3

31 Jan 20:40

Choose a tag to compare

3.0.3 (2023-01-31)

Bug Fixes

v3.0.2

31 Jan 13:11

Choose a tag to compare

3.0.2 (2023-01-31)

Bug Fixes

v3.0.1

31 Jan 00:28

Choose a tag to compare

3.0.1 (2023-01-31)

Bug Fixes

v3.0.0

28 Nov 21:24

Choose a tag to compare

3.0.0 (2022-11-28)

Features

BREAKING CHANGES

  • ESM only

v2.0.3

13 May 22:07

Choose a tag to compare

2.0.3 (2022-05-13)

v2.0.2

28 Jul 22:29

Choose a tag to compare

2.0.2 (2021-07-28)

Bug Fixes

  • Patch release to drop a dependecy to safe-buffer (#99) (a661715)

v2.0.1

28 Jul 21:07

Choose a tag to compare

chore(release): 1.0.0

# 1.0.0 (2021-07-28)

### Tests

* **ci:** Drop Node v0.10.x & v0.12.x, add 8.x.x ([9ae02b3](https://github.com/themasch/node-bencode/commit/9ae02b37379e2b54ec08ffc08a6e0840dcf15b8f))

### BREAKING CHANGES

* **ci:** This drops support Node v0.10.x, and v0.12.x
while adding Node v8.x.x, as v9.x.x is now stable.