minify_html 0.10.3 → 0.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ee490844f230307e967ac6e8de5b3e5efc339f1f952fa946b356cde8e72c763
4
- data.tar.gz: 961db8225282dc5691943d60db9cb83d0ea0b876fdeb6df6b28a224cb7024aab
3
+ metadata.gz: 400bc2c031ee35162ea090d5f2193b0739170c17b564f20af0d94f346e535092
4
+ data.tar.gz: 429e2839d97c558c256dcf55ca1817952ae2f610ca9a455d46a983125eb978b5
5
5
  SHA512:
6
- metadata.gz: 2dde29e609bf3e4301a099e6433901d0d029b8e9f4805e339594a5899e825b3e4f23619016152cef7b688298fb57b042c0c4f106c2dea8f48964fe804d310855
7
- data.tar.gz: 0d22a54a50c2b1842c45c4370d987e1ac1ab28a5c31651c058b7f9195a62950a9f5eb395e4b0e7c3bbb0ac006d488c7dc2620c6632d9476ff6ad10a43ab57f58
6
+ metadata.gz: a9e13103af86d895720e5e3e146bd427f573eee791598f022aba4d7ca6cea527c3de7e533b285ab4b5210e315fa68422cf3a04c135f632c5dd017742791f6bf3
7
+ data.tar.gz: 7f58c511ddbd234510950179f773c0e375cd49158882d6af4fb9321add9fc7c94d692ae28676505c68cd0df9ad6a3f8a33e4f169d125eba7b83e7df0b5085cf6
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.10.3/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.10.3/core/average-sizes.png">
26
+ <img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.10.5/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.10.5/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
 
@@ -36,10 +36,10 @@ Precompiled binaries are available for Linux, macOS, and Windows.
36
36
 
37
37
  ### Get
38
38
 
39
- [Linux x64](https://wilsonl.in/minify-html/bin/0.10.3-linux-x86_64) |
40
- [Linux ARM64](https://wilsonl.in/minify-html/bin/0.10.3-linux-arm64) |
41
- [macOS x64](https://wilsonl.in/minify-html/bin/0.10.3-macos-x86_64) |
42
- [Windows x64](https://wilsonl.in/minify-html/bin/0.10.3-windows-x86_64.exe)
39
+ [Linux x64](https://wilsonl.in/minify-html/bin/0.10.5-linux-x86_64) |
40
+ [Linux ARM64](https://wilsonl.in/minify-html/bin/0.10.5-linux-arm64) |
41
+ [macOS x64](https://wilsonl.in/minify-html/bin/0.10.5-macos-x86_64) |
42
+ [Windows x64](https://wilsonl.in/minify-html/bin/0.10.5-windows-x86_64.exe)
43
43
 
44
44
  ### Use
45
45
 
@@ -64,7 +64,7 @@ minify-html --keep-closing-tags --minify-css /path/to/**/*.html
64
64
 
65
65
  ```toml
66
66
  [dependencies]
67
- minify-html = "0.10.3"
67
+ minify-html = "0.10.5"
68
68
  ```
69
69
 
70
70
  ### Use
@@ -76,14 +76,14 @@ Check out the [docs](https://docs.rs/minify-html) for API and usage examples.
76
76
  <details>
77
77
  <summary><img width="24" src="https://wilsonl.in/minify-html/icon/deno.png"> <strong>Deno</strong></summary>
78
78
 
79
- - Package: https://wilsonl.in/minify-html/deno/0.10.3/index.js
79
+ - Package: https://wilsonl.in/minify-html/deno/0.10.5/index.js
80
80
  - Binding: [WASM](https://webassembly.org/)
81
81
  - Platforms: All
82
82
 
83
83
  ### Use
84
84
 
85
85
  ```ts
86
- import init, {minify} from "https://wilsonl.in/minify-html/deno/0.10.3/index.js";
86
+ import init, {minify} from "https://wilsonl.in/minify-html/deno/0.10.5/index.js";
87
87
 
88
88
  const encoder = new TextEncoder();
89
89
  const decoder = new TextDecoder();
@@ -149,7 +149,7 @@ Add as a Maven dependency:
149
149
  <dependency>
150
150
  <groupId>in.wilsonl.minifyhtml</groupId>
151
151
  <artifactId>minify-html</artifactId>
152
- <version>0.10.3</version>
152
+ <version>0.10.5</version>
153
153
  </dependency>
154
154
  ```
155
155
 
data/lib/linux-ruby2.5 CHANGED
Binary file
data/lib/linux-ruby2.6 CHANGED
Binary file
data/lib/linux-ruby2.7 CHANGED
Binary file
data/lib/macos-ruby2.5 CHANGED
Binary file
data/lib/macos-ruby2.6 CHANGED
Binary file
data/lib/macos-ruby2.7 CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2023-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle