Releases: cloudflare/lol-html
Releases · cloudflare/lol-html
v2.7.1
08 Jan 14:31
Compare
Sorry, something went wrong.
No results found
Performance improvements.
Updated dependencies.
v2.7.0
08 Jan 14:31
Compare
Sorry, something went wrong.
No results found
Improve type generation in js-api.
Updated dependencies.
v2.6.0
18 Jul 12:18
Compare
Sorry, something went wrong.
No results found
Added source code locations to the C and JS APIs.
Significant performance improvements and code size reductions.
v2.5.0
23 Jun 13:29
Compare
Sorry, something went wrong.
No results found
Source code locations for tags and other tokens.
Document text chunks and escaping of attributes.
Selector validation improvements.
v2.4.0
22 May 14:58
Compare
Sorry, something went wrong.
No results found
Upgraded selectors and cssparser.
v2.3.0
22 Apr 11:39
Compare
Sorry, something went wrong.
No results found
Added element.onEndTag to JS bindings.
Refactored TextDecoder and token construction to avoid heap allocations.
Added fast paths for UTF-8 rewrites.
v2.2.0
06 Jan 15:10
Compare
Sorry, something went wrong.
No results found
Updated cssparser and selectors dependencies
Adopted cargo-c for building the C API
Added WASM/JS API
An invalid /> syntax will be removed when content is added to an HTML element
v2.1.0
04 Dec 14:48
Compare
Sorry, something went wrong.
No results found
Added streaming handlers.
Only allow changing the charset once with the <meta> tag, in accordance with the HTML spec.
Fixed parsing of invalid elements in <svg> and <math>.
v2.0.0
25 Sep 15:05
Compare
Sorry, something went wrong.
No results found
Added the ability for the rewriter to be Send .
The send module contains the utilities for that.
v1.1.1
31 Jul 18:18
Compare
Sorry, something went wrong.
No results found
Fixed
Ensure that TagScanner::is_in_end_tag resets when changing parsers.