Releases: Taritsyn/WebMarkupMin
v2.3.0
Version: 2.3.0
Published: 3/7/2017
Change Set: 3f63284
- Downgraded .NET Framework version from 4.5.1 to 4.5
- Added support of .NET Core 1.0.3
- Fixed a error #31 “Perfomance is very slow when a HTML comment is inside a JavaScript block”
- Fixed a error in
SourceCodeNavigator
class - In WebMarkupMin.NUglify added support of the NUglify version 1.5.5
- In
IMarkupMinificationManager
interface andMarkupMinificationOptionsBase
class was added a new property -GenerateStatistics
(defaultfalse
) - From
IHttpCompressionManager
interface was removedIsSupportedMediaType
method - In
IHttpCompressionManager
interface andHttpCompressionOptions
class was added a new property -SupportedMediaTypePredicate
(defaultnull
)
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
ASP.NET Extensions
v2.2.5
Version: 2.2.5
Published: 12/22/2016
Change Set: cb557ed
In WebMarkupMin.AspNetCore1 fixed a error due to which instead of the status code pages displayed an empty content
NuGet Packages
ASP.NET Extensions
Requires NuGet Package Manager version 2.8.6 or higher.
v2.2.4
Version: 2.2.4
Published: 11/26/2016
Change Set: 0e9d9d0
- Added the ability to ignore fragments of markup by using the ignoring comment tags (
<!--wmm:ignore--><!--/wmm:ignore-->
)
NuGet Packages
Core
Requires NuGet Package Manager version 2.8.6 or higher.
v2.2.3
v2.2.2
Version: 2.2.2
Published: 11/11/2016
Change Set: 6b10ccf
- Fixed a error #18 “Why is SavedGzipInBytes a decimal?”
- Fixed a error #20 “Adding WebMarkupMin with a ServiceStack .Net Core enabled project fails”
- Added the ability to specify a level of GZip or Deflate compression (while available only in ASP.NET Core applications)
NuGet Packages
Core
ASP.NET Extensions
- WebMarkupMin: ASP.NET 4.X HTTP modules
- WebMarkupMin: ASP.NET 4.X MVC
- WebMarkupMin: ASP.NET 4.X Web Forms
- WebMarkupMin: ASP.NET Core 1.X
Requires NuGet Package Manager version 2.8.6 or higher.
v2.2.1
v2.2.0
Version: 2.2.0
Published: 9/27/2016
Change Set: 53adeab
- Downgraded .NET Framework version from 4.5.2 to 4.5.1
- Added support of .NET Core 1.0.1
- Fixed a error #13 “HttpCompression Not Checking for Already Compressed Content”
- Fixed a error #14 “HttpCompression Algorithm Priority”
- Fixed a error #15 “Check for Content-Length in response headers”
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.2
ASP.NET Extensions
- WebMarkupMin: ASP.NET 4.X HTTP modules
- WebMarkupMin: ASP.NET 4.X MVC
- WebMarkupMin: ASP.NET 4.X Web Forms
- WebMarkupMin: ASP.NET Core 1.X
Requires NuGet Package Manager version 2.8.6 or higher.
v2.1.1
v2.1.0
Version: 2.1.0
Published: 7/19/2016
Change Set: dcd64d4
- In configuration settings of HTML/XHTML minifier was changed type of
ProcessableScriptTypeCollection
andCustomAngularDirectiveCollection
properties fromIEnumerable<string>
toISet<string>
- In configuration settings of HTML minifier was changed type of
PreservableOptionalTagCollection
property fromIEnumerable<string>
toISet<string>
- In configuration settings of HTML/XHTML minifier was changed a default value of
ProcessableScriptTypeList
property from""
to"text/html"
- In
CrockfordJsMinifier
was optimized memory usage - In ASP.NET 4.X Extensions was changed a mechanism of using default instances of loggers, factories and managers
NuGet Packages
Core
ASP.NET Extensions
- WebMarkupMin: ASP.NET 4.X HTTP modules
- WebMarkupMin: ASP.NET 4.X MVC
- WebMarkupMin: ASP.NET 4.X Web Forms
- WebMarkupMin: ASP.NET Core 1.X
Requires NuGet Package Manager version 2.8.6 or higher.
v2.0.2
Version: 2.0.2
Published: 7/12/2016
Change Set: 0a6e9d5
- Added module based on the NUglify
- In WebMarkupMin.MsAjax and WebMarkupMin.Yui was made refactoring
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.2
Requires NuGet Package Manager version 2.8.6 or higher.