Skip to content

Releases: Taritsyn/WebMarkupMin

v2.3.0

07 Mar 20:09
Compare
Choose a tag to compare

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 and MarkupMinificationOptionsBase class was added a new property - GenerateStatistics (default false)
  • From IHttpCompressionManager interface was removed IsSupportedMediaType method
  • In IHttpCompressionManager interface and HttpCompressionOptions class was added a new property - SupportedMediaTypePredicate (default null)

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.2.5

22 Dec 13:22
Compare
Choose a tag to compare

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

26 Nov 18:15
Compare
Choose a tag to compare

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

23 Nov 18:00
Compare
Choose a tag to compare

Version: 2.2.3
Published: 11/23/2016
Change Set: e614b2d

  • All exceptions made serializable
  • Fixed a error #21 “Remove redundant attributes, except input”

NuGet Packages

Core

Requires NuGet Package Manager version 2.8.6 or higher.

v2.2.2

11 Nov 18:44
Compare
Choose a tag to compare

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

Requires NuGet Package Manager version 2.8.6 or higher.

v2.2.1

30 Sep 14:06
Compare
Choose a tag to compare

Version: 2.2.1
Published: 9/30/2016
Change Set: 8316a69

In WebMarkupMin.AspNetCore1 fixed a error “Stream does not support writing”

NuGet Packages

ASP.NET Extensions

Requires NuGet Package Manager version 2.8.6 or higher.

v2.2.0

27 Sep 19:35
Compare
Choose a tag to compare

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
ASP.NET Extensions

Requires NuGet Package Manager version 2.8.6 or higher.

v2.1.1

07 Sep 19:09
Compare
Choose a tag to compare

Version: 2.1.1
Published: 9/7/2016
Change Set: f7bcd33

Fixed a error #12 “HTTP modules cause forms button do post back error”

NuGet Packages

ASP.NET Extensions

Requires NuGet Package Manager version 2.8.6 or higher.

v2.1.0

19 Jul 19:45
Compare
Choose a tag to compare

Version: 2.1.0
Published: 7/19/2016
Change Set: dcd64d4

  • In configuration settings of HTML/XHTML minifier was changed type of ProcessableScriptTypeCollection and CustomAngularDirectiveCollection properties from IEnumerable<string> to ISet<string>
  • In configuration settings of HTML minifier was changed type of PreservableOptionalTagCollection property from IEnumerable<string> to ISet<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

Requires NuGet Package Manager version 2.8.6 or higher.

v2.0.2

12 Jul 20:32
Compare
Choose a tag to compare

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

Requires NuGet Package Manager version 2.8.6 or higher.