Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2021

This PR contains the following updates:

Package Change Age Confidence
WebMarkupMin.AspNetCore3 2.9.2 -> 2.20.0 age confidence

Release Notes

Taritsyn/WebMarkupMin (WebMarkupMin.AspNetCore3)

v2.20.0

  • Performed a migration to the modern C# null/not-null checks
  • HtmlParser and XmlParser сlasses are no longer thread-safe
  • In WebMarkupMin.Core, WebMarkupMin.MsAjax, WebMarkupMin.Yui and WebMarkupMin.NUglify:
    • Added support for .NET 9
    • In the lock statements for .NET 9 targets now uses a instances of the System.Threading.Lock class
  • In WebMarkupMin.AspNetCoreLatest added support for the ASP.NET Core 8.0.22, 9.0.11 and 10.0.0

v2.19.0

  • In XML minification settings was added one new property - AttributeQuotesStyle (default Auto)
  • Improved a parsing of the DOCTYPE declaration for HTML/XHTML documents
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.15
  • In WebMarkupMin.AspNetCoreLatest added support for ASP.NET Core 8.0.16 and 9.0.5

v2.18.1

  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.11
  • In ASP.NET Core extensions, fixed a error in the AspNetCoreLogger class

v2.18.0

  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.10
  • In ASP.NET Core extensions:
    • Services required by WebMarkupMin are now conditionally registered using the TryAdd methods
    • Added a AspNetCoreLogger class, which is a wrapper around the standard ASP.NET Core logger
    • Created the WebMarkupMin.AspNetCoreLatest module, that contains middleware for the ASP.NET Core 8 and 9
    • 3 packages have been deprecated:
      • WebMarkupMin.AspNetCore5 package replaced by the WebMarkupMin.AspNetCore3 package
      • WebMarkupMin.AspNetCore7 package replaced by the WebMarkupMin.AspNetCore6 package
      • WebMarkupMin.AspNetCore8 package replaced by the WebMarkupMin.AspNetCoreLatest package
    • In GZip, Deflate and Brotli compression settings for .NET 9 was added one new property - AlternativeLevel
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.36
  • In WebMarkupMin.AspNet.Brotli:
    • Added support for .NET 9
    • Removed a .NET 6 and .NET 7 targets
    • In compression settings was changed a default value of the Level property from 5 to 4

v2.17.0

  • In HTML and XHTML minification settings was added one new property - PreservableHtmlCommentList (default is empty)
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.9
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.32
  • In WebMarkupMin.AspNetCore8 added support for ASP.NET Core 8.0.7

v2.16.1

  • New Blazor markers (<!--Blazor-Server-Component-State:…-->, <!--Blazor-WebAssembly-Component-State:…--> and <!--Blazor-Web-Initializers:…-->) are no longer removed
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.31
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.20
  • In WebMarkupMin.AspNetCore8 added support for ASP.NET Core 8.0.6

v2.16.0

  • Added support of JavaScript code minification in the script tags with module, text/x-javascript, text/x-ecmascript, application/x-javascript and application/x-ecmascript types
  • Added support of JSON data minification in the script tags with importmap and speculationrules types
  • The nomodule attribute is now processed as a Boolean attribute
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.4
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.27
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.16
  • In WebMarkupMin.AspNetCore8 added support for ASP.NET Core 8.0.2

v2.15.0

  • In ASP.NET Core extensions was improved a message text of the “Unable to find the required services” error
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.22
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.11
  • Created the WebMarkupMin.AspNetCore8 module, that contains middleware for the ASP.NET Core 8 RC1

v2.14.1

  • Fixed a error #​147 “[WebMarkupMin.AspNetCore5] Sometimes a blank page is returned as the request has no response data available”
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.18
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.7

v2.14.0

  • In HTML and XHTML minification settings was added one new property - AttributeQuotesStyle (default Auto)
  • In WebMarkupMin.NUglify added support for the NUglify version 1.20.7
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.16
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.5

v2.13.9

  • Small refactoring of the HTML/XHTML parser was performed
  • In ASP.NET Core extensions was made refactoring
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.15
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.4

v2.13.8

  • Fixed a incorrect whitespace minification which occurs when there are empty XML tags in the HTML/XHTML markup

v2.13.7

  • Implemented a more correct parsing of the missing HTML end tags
  • Fixed a error #​154 “Whitespace trimming on anchor tags (when using svg tag)”

v2.13.6

  • Fixed a error #​102 “Minification mangling html with conditional comments”
  • In WebMarkupMin.NUglify added support for the NUglify version 1.20.5
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.13
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.2

v2.13.5

  • In WebMarkupMin.NUglify added support for the NUglify version 1.20.4
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.32
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.12
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.1

v2.13.4

  • In ASP.NET Core extensions was changed a life cycle of the compression stream

v2.13.3

  • In ASP.NET Core extensions prevented cases of using an uninitialized compression stream

v2.13.1

  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.31
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.11
  • In WebMarkupMin.AspNetCore7 added support for ASP.NET Core 7.0.0

v2.13.0

  • Info method of LoggerBase class is marked as virtual
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.30
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.10
  • In ASP.NET Core extensions was made refactoring
  • In extensions for ASP.NET Core 3.1 or higher:
    • Fixed a error “Headers are read-only, response has already started”
    • Fixed a error that caused an blank page response when using the Brotli compression
  • Created the WebMarkupMin.AspNetCore7 module, that contains middleware for ASP.NET Core 7 RC2

v2.12.0

  • In HTML, XHTML and XML minification settings was added two new properties: PreserveNewLines (default false) and NewLineStyle (default Auto)
  • LazyHTML wrapped fragments are now parsed correctly
  • Location of the error that occurs during minification of JSON data are now calculated correctly
  • In WebMarkupMin.Yui a JS error summary has been excluded from the list of errors
  • In WebMarkupMin.NUglify added support for the NUglify version 1.20.2
  • In WebMarkupMin.AspNet.Common and WebMarkupMin.AspNetCore2 no longer supports a .NET Core App 2.1
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.28
  • In WebMarkupMin.AspNetCore5 added support for ASP.NET Core 5.0.17
  • In WebMarkupMin.AspNetCore6 added support for ASP.NET Core 6.0.8

v2.11.0

  • In WebMarkupMin.NUglify added support for the NUglify version 1.16.1
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.21
  • In WebMarkupMin.AspNetCore5 added support for ASP.NET Core 5.0.12
  • Created the WebMarkupMin.AspNetCore6 module, that contains middleware for ASP.NET Core 6

v2.10.0

  • In WebMarkupMin.NUglify added support for the NUglify version 1.13.10
  • In IContentProcessingManager interface, ContentProcessingManagerBase class and ContentProcessingOptionsBase class was added a new property - SupportedHttpStatusCodes (default 200)
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.15
  • In WebMarkupMin.AspNetCore5 added support for ASP.NET Core 5.0.6

v2.9.3

  • In ASP.NET Core extensions, the Services property has been added to the WebMarkupMinServicesBuilder class. Special thanks to Alex Rønne Petersen.
  • In WebMarkupMin.NUglify added support for the NUglify version 1.13.8
  • In WebMarkupMin.AspNetCore3 added support for ASP.NET Core 3.1.14
  • In WebMarkupMin.AspNetCore5 added support for ASP.NET Core 5.0.5

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the library label Sep 17, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2021

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.05%. Comparing base (a4e55ae) to head (b9127cd).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #615   +/-   ##
=======================================
  Coverage   45.05%   45.05%           
=======================================
  Files         143      143           
  Lines        4071     4071           
  Branches      348      348           
=======================================
  Hits         1834     1834           
  Misses       2236     2236           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.10.0 Update dependency WebMarkupMin.AspNetCore3 to v2.10.0 - autoclosed Sep 20, 2021
@renovate renovate bot closed this Sep 20, 2021
@renovate renovate bot deleted the renovate/webmarkupmin.aspnetcore3-2.x branch September 20, 2021 12:41
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.10.0 - autoclosed Update dependency WebMarkupMin.AspNetCore3 to v2.10.0 Sep 20, 2021
@renovate renovate bot reopened this Sep 20, 2021
@renovate renovate bot restored the renovate/webmarkupmin.aspnetcore3-2.x branch September 20, 2021 14:19
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 95907fb to 99a783a Compare September 21, 2021 08:12
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.10.0 Update dependency WebMarkupMin.AspNetCore3 to v2.11.0 Nov 8, 2021
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 99a783a to 9896dc1 Compare November 8, 2021 21:21
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 9896dc1 to 69c8d25 Compare September 25, 2022 23:05
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.11.0 Update dependency WebMarkupMin.AspNetCore3 to v2.12.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 69c8d25 to 6b4e902 Compare November 20, 2022 21:04
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.12.0 Update dependency WebMarkupMin.AspNetCore3 to v2.13.4 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 6b4e902 to 9a07014 Compare March 19, 2023 00:10
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.13.4 Update dependency WebMarkupMin.AspNetCore3 to v2.13.8 Mar 19, 2023
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.13.8 Update dependency WebMarkupMin.AspNetCore3 to v2.13.9 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 9a07014 to c390010 Compare April 17, 2023 10:59
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from c390010 to c69a4bd Compare June 1, 2023 05:47
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.13.9 Update dependency WebMarkupMin.AspNetCore3 to v2.14.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from c69a4bd to 0e01275 Compare June 27, 2023 16:40
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.14.0 Update dependency WebMarkupMin.AspNetCore3 to v2.14.1 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 0e01275 to 2401137 Compare October 6, 2023 18:24
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.14.1 Update dependency WebMarkupMin.AspNetCore3 to v2.15.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 2401137 to b3babfd Compare February 28, 2024 19:32
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.15.0 Update dependency WebMarkupMin.AspNetCore3 to v2.16.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from b3babfd to ae75d0e Compare June 24, 2024 20:12
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.16.0 Update dependency WebMarkupMin.AspNetCore3 to v2.16.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from ae75d0e to 140d20a Compare August 6, 2024 19:34
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.16.1 Update dependency WebMarkupMin.AspNetCore3 to v2.17.0 Aug 6, 2024
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to v2.17.0 Update dependency WebMarkupMin.AspNetCore3 to 2.17.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 140d20a to aeea40f Compare November 14, 2024 19:12
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to 2.17.0 Update dependency WebMarkupMin.AspNetCore3 to 2.18.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from aeea40f to 1755c15 Compare December 12, 2024 18:00
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to 2.18.0 Update dependency WebMarkupMin.AspNetCore3 to 2.18.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 1755c15 to 39e2777 Compare May 18, 2025 21:46
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to 2.18.1 Update dependency WebMarkupMin.AspNetCore3 to 2.19.0 May 18, 2025
@renovate renovate bot force-pushed the renovate/webmarkupmin.aspnetcore3-2.x branch from 39e2777 to b9127cd Compare November 13, 2025 19:05
@renovate renovate bot changed the title Update dependency WebMarkupMin.AspNetCore3 to 2.19.0 Update dependency WebMarkupMin.AspNetCore3 to 2.20.0 Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants