Skip to content

Releases: cloudflare/html-rewriter-wasm

v0.4.1

Choose a tag to compare

@mrbbot mrbbot released this 07 Feb 21:32
  • Throw TypeErrors instead of strings on parser errors

v0.4.0

Choose a tag to compare

@mrbbot mrbbot released this 18 Jan 17:57
  • 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

Choose a tag to compare

@mrbbot mrbbot released this 27 Jul 08:26
  • Fix Promise detection for async handlers. Promises in different realms will now be detected. Closes issue #1.

v0.3.1

Choose a tag to compare

@mrbbot mrbbot released this 22 Jul 17:04
  • Change the return type of Element.attributes to IterableIterator
  • Bind handlers' this in Rust

v0.3.0

Choose a tag to compare

@mrbbot mrbbot released this 21 Jul 22:24

Initial Release