Skip to content

Tags: webtorrent/bittorrent-dht

Tags

v11.0.9

Toggle v11.0.9's commit message
chore(release): 11.0.9

## [11.0.9](v11.0.8...v11.0.9) (2024-12-07)

### Bug Fixes

* **deps:** update dependency debug to ^4.4.0 ([#308](#308)) ([bb80624](bb80624))

v11.0.8

Toggle v11.0.8's commit message
chore(release): 11.0.8

## [11.0.8](v11.0.7...v11.0.8) (2024-09-07)

### Bug Fixes

* **deps:** update dependency debug to ^4.3.7 ([77bce23](77bce23))

v11.0.7

Toggle v11.0.7's commit message
chore(release): 11.0.7

## [11.0.7](v11.0.6...v11.0.7) (2024-07-28)

### Bug Fixes

* **deps:** update dependency debug to ^4.3.6 ([6241c8f](6241c8f))

v11.0.6

Toggle v11.0.6's commit message
chore(release): 11.0.6

## [11.0.6](v11.0.5...v11.0.6) (2024-06-01)

### Bug Fixes

* **deps:** update dependency debug to ^4.3.5 ([6d434cd](6d434cd))

v11.0.5

Toggle v11.0.5's commit message
chore(release): 11.0.5

## [11.0.5](v11.0.4...v11.0.5) (2023-08-10)

### Bug Fixes

* **deps:** update dependency bencode to v4 ([#279](#279)) ([3bd9db7](3bd9db7))

v11.0.4

Toggle v11.0.4's commit message
chore(release): 11.0.4

## [11.0.4](v11.0.3...v11.0.4) (2023-02-01)

### Bug Fixes

* **deps:** update dependency bencode to ^3.0.3 ([#267](#267)) ([b863214](b863214)), closes [#268](#268)

v11.0.3

Toggle v11.0.3's commit message
chore(release): 11.0.3

## [11.0.3](v11.0.2...v11.0.3) (2023-01-26)

### Bug Fixes

* webpack builds ([#266](#266)) ([4b9a880](4b9a880))

v11.0.2

Toggle v11.0.2's commit message
chore(release): 11.0.2

## [11.0.2](v11.0.1...v11.0.2) (2023-01-25)

### Bug Fixes

* **deps:** update dependency bencode to v3 ([#258](#258)) ([cf0135e](cf0135e))

v11.0.1

Toggle v11.0.1's commit message
chore(release): 11.0.1

## [11.0.1](v11.0.0...v11.0.1) (2022-12-14)

### Performance Improvements

* drop rusha, fix typo ([#257](#257)) ([8cb79c6](8cb79c6))

v11.0.0

Toggle v11.0.0's commit message
chore(release): 11.0.0

# [11.0.0](v10.0.7...v11.0.0) (2022-12-05)

### Features

* esm ([#263](#263)) ([232b9fd](232b9fd))

### BREAKING CHANGES

* ESM only

* refactor: update import/export of source files

use esm import export
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* refactor: update common test file

use esm const exports and imports
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update import in tests

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update package.json for esm support

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update Readme esm

small fix new DHT() now new DHT
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* fix: node:crypto use

use valid absolute URL strings
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: order module imports

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
Co-authored-by: Lakshya Singh <lakshay.singh1108@gmail.com>