Releases: Taritsyn/WebMarkupMin
Releases · Taritsyn/WebMarkupMin
v2.5.3
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
- WebMarkupMin: Brotli for ASP.NET contains adapter for the BrotliSharpLib version 0.3.1
v2.5.2
v2.5.1
v2.5.0
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
- Now the
- In ASP.NET 4.X extensions added support of .NET Framework 4.5
NuGet Packages
Core
External JS and CSS minifiers
- WebMarkupMin: MS Ajax contains adapters for the Microsoft Ajax Minifier version 5.14
- WebMarkupMin: YUI contains adapters for the YUI Compressor for .NET version 3.0.0
- WebMarkupMin: NUglify contains adapters for the NUglify version 1.5.11
ASP.NET Extensions
v2.4.5
v2.4.4
v2.4.3
v2.4.2
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
- WebMarkupMin: NUglify contains adapters for the NUglify version 1.5.8
ASP.NET Extensions
v2.4.1
v2.4.0
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
andstyle
tags - In
IMarkupMinificationManager
interface,MarkupMinificationOptionsBase
class,IHttpCompressionManager
interface andHttpCompressionOptions
class was added a new property -SupportedHttpMethods
(defaultGET
) - 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 theSupportedHttpMethods
property) - In
IHttpCompressionManager
interface andHttpCompressionOptions
class was added two new properties -IncludedPages
(default empty list) andExcludedPages
(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
- WebMarkupMin: MS Ajax contains adapters for the Microsoft Ajax Minifier version 5.14
- WebMarkupMin: YUI contains adapters for the YUI Compressor for .NET version 2.7.0
- WebMarkupMin: NUglify contains adapters for the NUglify version 1.5.5