minify_html 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bd2c89ec4f024b67cea95c499fcf8f0cac743c0b186920ea9ed0400b36d5355
4
- data.tar.gz: 2fd88803a4097495d32c026999810e36178fbb43c39af5cdf733d3e58575ba5b
3
+ metadata.gz: 3b977c5ae7a1faa3a5254d4ad63da4b756efb74f300f1792599829cea11392ae
4
+ data.tar.gz: 25fd2d1337332f7b1c56f665c2cf7babac3e740d4b196b1ea11727af6adc4b98
5
5
  SHA512:
6
- metadata.gz: ba97f98317f76967eb99d4ef6d4db68eeb900e2924fef550c01cee0744a60540a8b79ecf765075cf016dc16f0cfcd10ea1f4e106c5d4a5de443fb7432b8d59f9
7
- data.tar.gz: 962ea48bfd7ecdc39b42a60067c415fbadb8d2d3e7160239152052b0c250a79694afc82ccc499dba084c3cf9d497ef974b43608e2663e9f4d078b81bfb126e6a
6
+ metadata.gz: d29d630fc43d565dc20236e2240db399238c32149e546b53e36b73cfbd5429138ac37474936bd8c4d3e4b568d53d534ff12ff77aaa3e2d5804479ed4b2221635
7
+ data.tar.gz: 570161416868fce459c302a2e4a486734d000b44a4206f2a4b0a019282e595b55bec19f315737172105d8a07f7bfd3c870c7bb2db6870f306f41fd07b51c6cdf
data/README.md CHANGED
@@ -12,7 +12,7 @@ Comes with native bindings to Node.js, Python, Java, and Ruby.
12
12
 
13
13
  Comparison with [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize), run on the top web pages. [See the breakdown here.](./bench)
14
14
 
15
- <img width="415" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.3.9/js/average-speeds.png"> <img width="415" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.3.9/js/average-sizes.png">
15
+ <img width="415" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.3.10/js/average-speeds.png"> <img width="415" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.3.10/js/average-sizes.png">
16
16
 
17
17
  ## Usage
18
18
 
@@ -22,9 +22,9 @@ Precompiled binaries are available for x86-64 Linux, macOS, and Windows.
22
22
 
23
23
  ##### Get
24
24
 
25
- [Linux](https://wilsonl.in/minify-html/bin/0.3.9-linux-x86_64) |
26
- [macOS](https://wilsonl.in/minify-html/bin/0.3.9-macos-x86_64) |
27
- [Windows](https://wilsonl.in/minify-html/bin/0.3.9-windows-x86_64.exe)
25
+ [Linux](https://wilsonl.in/minify-html/bin/0.3.10-linux-x86_64) |
26
+ [macOS](https://wilsonl.in/minify-html/bin/0.3.10-macos-x86_64) |
27
+ [Windows](https://wilsonl.in/minify-html/bin/0.3.10-windows-x86_64.exe)
28
28
 
29
29
  ##### Use
30
30
 
@@ -43,7 +43,7 @@ minify-html --src /path/to/src.html --out /path/to/output.min.html
43
43
 
44
44
  ```toml
45
45
  [dependencies]
46
- minify-html = { version = "0.3.9", features = ["js-esbuild"] }
46
+ minify-html = { version = "0.3.10", features = ["js-esbuild"] }
47
47
  ```
48
48
 
49
49
  Building with the `js-esbuild` feature requires the Go compiler to be installed as well, to build the [JS minifier](https://github.com/wilsonzlin/esbuild-rs).
@@ -120,7 +120,7 @@ Add as a Maven dependency:
120
120
  <dependency>
121
121
  <groupId>in.wilsonl.minifyhtml</groupId>
122
122
  <artifactId>minify-html</artifactId>
123
- <version>0.3.9</version>
123
+ <version>0.3.10</version>
124
124
  </dependency>
125
125
  ```
126
126
 
Binary file
Binary file
Binary file
Binary file
Binary file
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.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-13 00:00:00.000000000 Z
11
+ date: 2020-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle