We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b6dd5 commit 66f1d0dCopy full SHA for 66f1d0d
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# 🚧 Changelog
2
+
3
+## 0.3.1
4
5
+- Change the return type of `Element.attributes` to `IterableIterator`
6
+- Bind handlers' `this` in Rust
7
8
+## 0.3.0
9
10
+Initial Release
package.json
@@ -1,6 +1,6 @@
{
"name": "html-rewriter-wasm",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "WebAssembly version of HTMLRewriter",
"main": "dist/html_rewriter.js",
"types": "dist/html_rewriter.d.ts",
0 commit comments