Skip to content

v3.5.4

Compare
Choose a tag to compare
@webtorrent-bot webtorrent-bot released this 28 Apr 09:41
· 67 commits to master since this release

3.5.4 (2022-04-28)

Code Refactoring

BREAKING CHANGES

  • ESM only

  • chore: update imports and export index.js

esm import/export syntax
Signed-off-by: Lakshya Singh [email protected]

  • chore: update imports in tests

esm import syntax with path
Signed-off-by: Lakshya Singh [email protected]

  • chore: bump bitfield for esm

4.1.0 is esm based while 4.0.0 was commonjs
Signed-off-by: Lakshya Singh [email protected]

  • chore: update package.json for esm

specify minimum nodejs version for esm support
exports defined
type change to module
Signed-off-by: Lakshya Singh [email protected]

  • chore: update readme with esm syntax

Signed-off-by: Lakshya Singh [email protected]