minify_html 0.13.2-x64-mingw-ucrt → 0.13.3-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/3.1/minify_html.so +0 -0
- data/lib/3.2/minify_html.so +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84575f233f5dda38270221f1ba20bf546d97218d5d16f39337ed132807df5cae
|
4
|
+
data.tar.gz: 4853ad94c9b835accf343940596ab44177ecd4361305586fcfe3e48f4d2bd6ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d98eec3e0b395cf23f03fe773842b642b108c2b302ae8faddb0a02496bf225f007e5a069b0f5672ec6916f3c3fff893b97c007574043b072c039d2a0bd5a24a
|
7
|
+
data.tar.gz: 6a0d3b033bdb4e481f3c682352e328f4e2503d0f4f81324721fb0d745959ead4c400824f0103241d0a245374de936d6a6f00599a75654f669557240205203e8c
|
data/README.md
CHANGED
@@ -23,7 +23,7 @@ View the [changelog](./CHANGELOG.md) to see the latest updates.
|
|
23
23
|
|
24
24
|
Comparison with [html-minifier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize), run on the top web pages. [See the breakdown here.](./bench)
|
25
25
|
|
26
|
-
<img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.
|
26
|
+
<img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.3/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.3/core/average-sizes.png">
|
27
27
|
|
28
28
|
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.
|
29
29
|
|
@@ -61,7 +61,7 @@ minhtml --keep-closing-tags --minify-css /path/to/**/*.html
|
|
61
61
|
|
62
62
|
```toml
|
63
63
|
[dependencies]
|
64
|
-
minify-html = "0.13.
|
64
|
+
minify-html = "0.13.3"
|
65
65
|
```
|
66
66
|
|
67
67
|
### Use
|
@@ -73,14 +73,14 @@ Check out the [docs](https://docs.rs/minify-html) for API and usage examples.
|
|
73
73
|
<details>
|
74
74
|
<summary><img width="24" src="https://wilsonl.in/minify-html/icon/deno.png"> <strong>Deno</strong></summary>
|
75
75
|
|
76
|
-
- Package: https://wilsonl.in/minify-html/deno/0.13.
|
76
|
+
- Package: https://wilsonl.in/minify-html/deno/0.13.3/index.js
|
77
77
|
- Binding: [WASM](https://webassembly.org/)
|
78
78
|
- Platforms: All
|
79
79
|
|
80
80
|
### Use
|
81
81
|
|
82
82
|
```ts
|
83
|
-
import init, {minify} from "https://wilsonl.in/minify-html/deno/0.13.
|
83
|
+
import init, {minify} from "https://wilsonl.in/minify-html/deno/0.13.3/index.js";
|
84
84
|
|
85
85
|
const encoder = new TextEncoder();
|
86
86
|
const decoder = new TextDecoder();
|
@@ -146,7 +146,7 @@ Add as a Maven dependency:
|
|
146
146
|
<dependency>
|
147
147
|
<groupId>in.wilsonl.minifyhtml</groupId>
|
148
148
|
<artifactId>minify-html</artifactId>
|
149
|
-
<version>0.13.
|
149
|
+
<version>0.13.3</version>
|
150
150
|
</dependency>
|
151
151
|
```
|
152
152
|
|
data/lib/3.1/minify_html.so
CHANGED
Binary file
|
data/lib/3.2/minify_html.so
CHANGED
Binary file
|