Skip to content

Releases: webtorrent/node-bencode

v4.0.0

09 Aug 07:15
Compare
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
Compare
Choose a tag to compare

3.1.1 (2023-07-31)

Features

v3.0.3

31 Jan 20:40
Compare
Choose a tag to compare

3.0.3 (2023-01-31)

Bug Fixes

v3.0.2

31 Jan 13:11
Compare
Choose a tag to compare

3.0.2 (2023-01-31)

Bug Fixes

v3.0.1

31 Jan 00:28
Compare
Choose a tag to compare

3.0.1 (2023-01-31)

Bug Fixes

v3.0.0

28 Nov 21:24
Compare
Choose a tag to compare

3.0.0 (2022-11-28)

Features

BREAKING CHANGES

  • ESM only

v2.0.3

13 May 22:07
Compare
Choose a tag to compare

2.0.3 (2022-05-13)

v2.0.2

28 Jul 22:29
Compare
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
Compare
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.

2.0.0

26 Feb 18:09
43124bd
Compare
Choose a tag to compare

No actual public API has changed since 1.0. We just dropped support (as in "test coverage) for old node versions and added proper support for typed arrays. Updates from 1.0 to 2.0 should be smooth.

Thanks to the contributors to this version.