Skip to content

Releases: Taritsyn/WebMarkupMin

v2.5.3

13 Oct 16:55
Compare
Choose a tag to compare

Version: 2.5.3
Published: 10/13/2018
Change Set: c098674

  • Improved performance of markup minification
  • In WebMarkupMin.AspNet.Brotli:
    • Added support of the BrotliSharpLib version 0.3.1
    • Added strong name signing for assembly

NuGet Packages

Core
ASP.NET Extensions

v2.5.2

22 Aug 12:55
Compare
Choose a tag to compare

Version: 2.5.2
Published: 8/22/2018
Change Set: 8b64711

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

NuGet Packages

External JS and CSS minifiers

v2.5.1

16 Aug 17:51
Compare
Choose a tag to compare

Version: 2.5.1
Published: 8/16/2018
Change Set: 1a29ca2

  • Improved a performance of processing attribute values
  • Fixed a error that occurred when processing of the ignoring fragments of markup

NuGet Packages

Core

v2.5.0

13 Aug 19:27
Compare
Choose a tag to compare

Version: 2.5.0
Published: 8/13/2018
Change Set: 7aa6e59

  • In WebMarkupMin.Core, WebMarkupMin.MsAjax, WebMarkupMin.Yui, WebMarkupMin.NUglify and WebMarkupMin.AspNet.Common modules added support of .NET Standard 2.0
  • In WebMarkupMin.Yui:
    • YUI Compressor for .NET was updated to version 3.0.0
    • Now requires .NET Framework 4.5.2 or greater
  • In ASP.NET extensions:
    • Now the NullLogger class is used as the default logger
    • In IHttpCompressionManager interface was added one new method - TryCreateCompressor
    • In ICompressor interface was added one new property - SupportsFlush
    • Now, by default, the GZip algorithm has a higher priority than the Deflate
    • Added module based on the Brotli compression algorithm
  • In ASP.NET 4.X extensions added support of .NET Framework 4.5

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.4.5

09 Jul 13:10
Compare
Choose a tag to compare

Version: 2.4.5
Published: 7/9/2018
Change Set: bb4b5c6

  • Fixed a DOCTYPE parsing error
  • React DOM component comments are no longer removed

NuGet Packages

Core

v2.4.4

04 Jul 19:14
Compare
Choose a tag to compare

Version: 2.4.4
Published: 7/4/2018
Change Set: 798ccf1

Fixed a error #63 “The middleware blocks content streaming”.

NuGet Packages

ASP.NET Extensions

v2.4.3

01 Jun 10:27
Compare
Choose a tag to compare

Version: 2.4.3
Published: 6/1/2018
Change Set: 7c1cdab

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

NuGet Packages

External JS and CSS minifiers

v2.4.2

16 Aug 18:40
Compare
Choose a tag to compare

Version: 2.4.2
Published: 8/16/2017
Change Set: fb8a112

  • Created the WebMarkupMin.AspNetCore2 module, that contains middleware for ASP.NET Core 2.0
  • In WebMarkupMin.NUglify added support of the NUglify version 1.5.8

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.4.1

30 Jun 18:03
Compare
Choose a tag to compare

Version: 2.4.1
Published: 6/30/2017
Change Set: b4f5613

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

NuGet Packages

External JS and CSS minifiers

v2.4.0

07 May 18:53
Compare
Choose a tag to compare

Version: 2.4.0
Published: 5/7/2017
Change Set: 89ee060

  • Added support of .NET Core 1.0.4
  • HTML and XHTML minifiers now support processing of CDATA sections outside the script and style tags
  • In IMarkupMinificationManager interface, MarkupMinificationOptionsBase class, IHttpCompressionManager interface and HttpCompressionOptions class was added a new property - SupportedHttpMethods (default GET)
  • In WebMarkupMin.AspNet4.Mvc and WebMarkupMin.AspNet4.WebForms now, by default, only the GET requests are minified and compressed (this behavior can be changed by using the SupportedHttpMethods property)
  • In IHttpCompressionManager interface and HttpCompressionOptions class was added two new properties - IncludedPages (default empty list) and ExcludedPages (default empty list)
  • In ASP.NET 4.X Extensions fixed a error of filtering media-types, which led to incorrect usage of HTTP compression

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions