We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256d7eb commit d64457dCopy full SHA for d64457d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.6.0
4
+
5
+- Added source code locations to the C and JS APIs
6
+- Significant performance improvements and code size reductions
7
8
## v2.5.0
9
10
- Source code locations for tags and other tokens.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lol_html"
-version = "2.5.0"
+version = "2.6.0"
authors = ["Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>"]
license = "BSD-3-Clause"
description = "Streaming HTML rewriter/parser with CSS selector-based API"
0 commit comments