Update Rust crate minify-html to 0.15.0 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.8
->0.15.0
Release Notes
wilsonzlin/minify-html (minify-html)
v0.15.0
Compare Source
keep_input_type_text_attr
option to keeptype=text
on<input>
elements.Configuration
class constructor has been made private to enforce the use of the builder. The constructor has a lot of params which can easily cause bugs due to ordering and confusion.v0.14.0
Compare Source
preserve_brace_template_syntax
: When{{
,{#
, or{%
are seen in content, all source code until the subsequent matching closing}}
,#}
, or%}
respectively gets piped through untouched.preserve_chevron_percent_template_syntax
: When<%
is seen in content, all source code until the subsequent matching closing%>
gets piped through untouched.v0.13.3
Compare Source
v0.13.2
Compare Source
v0.13.1
Compare Source
v0.13.0
Compare Source
minify_css_level_*
Cfg options no longer apply and have been removed.Display
andError
forError
andFriendlyError
structs.v0.12.0
Compare Source
minhtml
as it's a more concise command name and allows forcargo install minhtml
.keep_ssi_comments
to preserve SSI comments.minify_html
instead ofMinifyHtml.minify
. All else remains the same. This is due to migrating from Rutie (see 0.11.3).0.11.3
to0.11.5
; these gems have been yanked.v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
Clone
forCfg
in minify-html.v0.11.2
Compare Source
gen
code tobuild.rs
in common Rust library to avoid requiring Node.js in order to build, and to ensure code stays in sync.minify-html-*
to better distinguish them from other assorted project code.v0.11.1
Compare Source
v0.11.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.