minify_html 0.2.5 → 0.2.6

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: 9e8c15c45061862bc53a2f8b0c533162a7c01fc431265dcd96304c5b693e3413
4
- data.tar.gz: 96ae5973cece926b066e04849e3d3a79e72ad9d32abf43cb4564a8daee987cb0
3
+ metadata.gz: 570b1ca977b568c05e253f31a6efcb96461dac4ab443329ccfe44520d4fab17c
4
+ data.tar.gz: 32066e5469c2f37d71f787ddc7d42c70b6bd319059e0d9eac9ca90059f7eda1d
5
5
  SHA512:
6
- metadata.gz: c3bbc7c6adcd0a5f434c210e22f8c61d1c0a112bc66cea15a5987feabb78c7f1486cb25b8da5db4763ae93db302bd6979eb4dae00ed598fab29438c138898dd7
7
- data.tar.gz: c97c0610c695c66622ab5e03ee56de1aa69e37dd9ef7f9731d030d7ba379bf6232e714a11380311684056c71ee3c5aee61250cca5a19f5927fa2da32129a8bcb
6
+ metadata.gz: 3e481b7a47c1a763c5284a1b15f0b3ba55ee289435e8bf7d40aa394d8acc2f37f86b3170c27a35420c56bbf9fcab5442be999e9def620dd149d97e6d348710b2
7
+ data.tar.gz: b69f885023601a8d5f8fb05586e65fa517d6ff67b6fdf43d67c07e314f6eb88469c290bc626753fd4554a0e07a7fe27211a3cb88baef79d9463aba38c0e97623
data/README.md CHANGED
@@ -20,7 +20,7 @@ Available as:
20
20
 
21
21
  Speed and effectiveness of Node.js version compared to [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize), run on popular already-minified web pages. See [bench](./bench) folder for more details.
22
22
 
23
- <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.5/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.5/average-sizes.png">
23
+ <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.6/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.6/average-sizes.png">
24
24
 
25
25
  ## Usage
26
26
 
@@ -30,8 +30,8 @@ Precompiled binaries are available for x86-64 macOS and Linux.
30
30
 
31
31
  ##### Get
32
32
 
33
- [macOS](https://wilsonl.in/minify-html/bin/0.2.5-macos-x86_64) |
34
- [Linux](https://wilsonl.in/minify-html/bin/0.2.5-linux-x86_64)
33
+ [macOS](https://wilsonl.in/minify-html/bin/0.2.6-macos-x86_64) |
34
+ [Linux](https://wilsonl.in/minify-html/bin/0.2.6-linux-x86_64)
35
35
 
36
36
  ##### Use
37
37
 
@@ -50,7 +50,7 @@ minify-html --src /path/to/src.html --out /path/to/output.min.html
50
50
 
51
51
  ```toml
52
52
  [dependencies]
53
- minify-html = { version = "0.2.5", features = ["js-esbuild"] }
53
+ minify-html = { version = "0.2.6", features = ["js-esbuild"] }
54
54
  ```
55
55
 
56
56
  Building with the `js-esbuild` feature requires the Go compiler to be installed as well, to build the [JS minifier](https://github.com/evanw/esbuild).
@@ -167,7 +167,7 @@ Add as a Maven dependency:
167
167
  <dependency>
168
168
  <groupId>in.wilsonl.minifyhtml</groupId>
169
169
  <artifactId>minify-html</artifactId>
170
- <version>0.2.5</version>
170
+ <version>0.2.6</version>
171
171
  </dependency>
172
172
  ```
173
173
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin