@minify-html/wasm
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ { | ||
| ], | ||
| "version": "0.14.0", | ||
| "version": "0.15.0", | ||
| "files": [ | ||
@@ -9,0 +9,0 @@ "index_bg.wasm", |
+5
-5
@@ -26,3 +26,3 @@ <h1> | ||
| <img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.14.0/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.14.0/core/average-sizes.png"> | ||
| <img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.15.0/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.15.0/core/average-sizes.png"> | ||
@@ -65,3 +65,3 @@ The [onepass](https://github.com/wilsonzlin/minify-html/tree/master/rust/onepass) variant is even more optimised for speed. See its [README](https://github.com/wilsonzlin/minify-html/tree/master/rust/onepass) for more details. | ||
| [dependencies] | ||
| minify-html = "0.14.0" | ||
| minify-html = "0.15.0" | ||
| ``` | ||
@@ -78,3 +78,3 @@ | ||
| - Package: https://wilsonl.in/minify-html/deno/0.14.0/index.js | ||
| - Package: https://wilsonl.in/minify-html/deno/0.15.0/index.js | ||
| - Binding: [WASM](https://webassembly.org/) | ||
@@ -86,3 +86,3 @@ - Platforms: All | ||
| ```ts | ||
| import init, {minify} from "https://wilsonl.in/minify-html/deno/0.14.0/index.js"; | ||
| import init, {minify} from "https://wilsonl.in/minify-html/deno/0.15.0/index.js"; | ||
@@ -153,3 +153,3 @@ const encoder = new TextEncoder(); | ||
| <artifactId>minify-html</artifactId> | ||
| <version>0.14.0</version> | ||
| <version>0.15.0</version> | ||
| </dependency> | ||
@@ -156,0 +156,0 @@ ``` |
Sorry, the diff of this file is not supported yet
4902311
0.01%