Skip to content

Releases: cloudflare/html-rewriter-wasm

v0.4.1

07 Feb 21:32
Compare
Choose a tag to compare
  • Throw TypeErrors instead of strings on parser errors

v0.4.0

18 Jan 17:57
Compare
Choose a tag to compare
  • Add support for Element#onEndTag
  • Add support for the html_rewriter_treats_esi_include_as_void_tag compatibility flag
  • Throw a TypeError instead of a string when a content token is used outside the relevant content handler

v0.3.2

27 Jul 08:26
Compare
Choose a tag to compare
  • Fix Promise detection for async handlers. Promises in different realms will now be detected. Closes issue #1.

v0.3.1

22 Jul 17:04
Compare
Choose a tag to compare
  • Change the return type of Element.attributes to IterableIterator
  • Bind handlers' this in Rust

v0.3.0

21 Jul 22:24
Compare
Choose a tag to compare

Initial Release