Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Refactor and convert to TS

Choose a tag to compare

@sgoo sgoo released this 06 Jul 12:01
· 11 commits to master since this release
102a1a3

Breaking changes:

  • Repository has been converted to Typescript.
  • Module format changed to ESM modules.
  • Library consumers have to bring their own fetch function.
  • HTML parser has been changed to html-rewriter-wasm for native async support, this library loads a WASM binary.

Other changes:

  • Better error messages are now returned on failure.
  • Numerous dependencies upgrade.