Skip to content

Releases: Taritsyn/WebMarkupMin

v2.6.3

17 Sep 14:50
Compare
Choose a tag to compare

Version: 2.6.3
Published: 9/17/2019
Change Set: 0f13c5c

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 RC 1.

NuGet Packages

ASP.NET Extensions

v2.6.2

08 Sep 17:26
Compare
Choose a tag to compare

Version: 2.6.2
Published: 9/8/2019
Change Set: 215c808

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 Preview 9.

NuGet Packages

ASP.NET Extensions

v2.6.1

18 Aug 17:45
Compare
Choose a tag to compare

Version: 2.6.1
Published: 8/18/2019
Change Set: 00a5ba2

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 Preview 8.

NuGet Packages

ASP.NET Extensions

v2.6.0

30 Jul 18:55
Compare
Choose a tag to compare

Version: 2.6.0
Published: 7/30/2019
Change Set: 332c7a7

  • Part of the auxiliary code was replaced by the AdvancedStringBuilder library
  • Slightly improved performance of markup minification
  • Optimized a memory usage during generation of statistics
  • Enabled a SourceLink in NuGet packages
  • In WebMarkupMin.AspNet.Brotli added support of ASP.NET Core 3.0
  • In WebMarkupMin.AspNetCore1 and WebMarkupMin.AspNetCore2:
    • In WebMarkupMin options was added one new property - DefaultEncoding (default Encoding.Default)
    • Optimized a memory usage
  • Created the WebMarkupMin.AspNetCore3 module, that contains middleware for ASP.NET Core 3.0

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.5.9

05 Jun 15:33
Compare
Choose a tag to compare

Version: 2.5.9
Published: 6/5/2019
Change Set: b99ad7c

In WebMarkupMin.NUglify added support of the NUglify version 1.5.13.

NuGet Packages

External JS and CSS minifiers

v2.5.8

29 May 17:13
Compare
Choose a tag to compare

Version: 2.5.8
Published: 5/29/2019
Change Set: 0da540d

  • Now CDATA sections are not removed from scripts and styles if they are inside XML-based tags
  • Added the ability to specify a custom short DOCTYPE (e.g. <!DOCTYPE HTML>, <!doctype html>, or <!doctypehtml>)
  • In HTML minification settings was added one new property - CustomShortDoctype (default empty string)
  • Improved performance of HTML/XHTML minification

NuGet Packages

Core

v2.5.7

15 Apr 14:06
Compare
Choose a tag to compare

Version: 2.5.7
Published: 4/15/2019
Change Set: 9dfd823

  • In markup minifiers, buffer is now flushed more frequently
  • Markup parsers and output writers have been refactored
  • Slightly improved performance of markup minification
  • Added support of JSON data minification in script tags with application/json and application/ld+json types
  • In HTML/XHTML minification settings was added one new property - MinifyEmbeddedJsonData (default true)

NuGet Packages

Core

v2.5.6

07 Mar 18:24
Compare
Choose a tag to compare

Version: 2.5.6
Published: 3/7/2019
Change Set: ded763d

  • Fixed a error #73 “HtmlMinifier.Minify hangs permanently”
  • Fixed a error #77 “HtmlMinifier.Minify throws InvalidOperationException”
  • Slightly improved performance of markup minification
  • Code for working with the output buffers was extracted from the markup minifiers into separate classes
  • In WebMarkupMin.AspNet.Brotli added support of the BrotliSharpLib version 0.3.3

NuGet Packages

Core
ASP.NET Extensions

v2.5.5

06 Nov 18:47
Compare
Choose a tag to compare

Version: 2.5.5
Published: 11/6/2018
Change Set: ef36672

  • StringBuilderPool class has become public
  • Improved performance of attributes generation in XML minifier
  • In WebMarkupMin.MsAjax, WebMarkupMin.Yui and WebMarkupMin.NUglify improved performance of minifier-adapters
  • In WebMarkupMin.MsAjax and WebMarkupMin.NUglify in configuration settings of CSS and JS minifiers was added one new property - WarningLevel (default 0)
  • In WebMarkupMin.Yui in configuration settings of JS minifier was added one new property - WarningLevel (default 0)

NuGet Packages

Core
External JS and CSS minifiers

v2.5.4

24 Oct 09:34
Compare
Choose a tag to compare

Version: 2.5.4
Published: 10/24/2018
Change Set: fa86830

  • Fixed a error that occurred when removing quotes from attribute with an empty value
  • RemoveEndingSemicolon method of Utils class was renamed to the RemoveEndingSemicolons (implementation has also been changed)
  • Mads Kristensen's CSS minifier has been refactored
  • Improved performance of adapter for the Douglas Crockford's JS minifier

NuGet Packages

Core