Web Markup Minifier v2.5.0 Release Notes

Release Date: 2018-08-13 // over 5 years ago
    • 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