All Versions
57
Latest Version
Avg Release Cycle
44 days
Latest Release
649 days ago

Changelog History
Page 6

  • v2.2.1 Changes

    September 30, 2016
    • In WebMarkupMin.AspNetCore1 fixed a error “Stream does not support writing”
  • v2.2.0 Changes

    September 27, 2016
    • 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”
  • v2.1.1 Changes

    September 07, 2016
    • Fixed a error #12 “HTTP modules cause forms button do post back error”
  • v2.1.0 Changes

    July 19, 2016
    • 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
  • v2.0.2 Changes

    July 12, 2016
    • Added module based on the NUglify
    • In WebMarkupMin.MsAjax and WebMarkupMin.Yui was made refactoring
  • v2.0.1 Changes

    July 09, 2016
    • Optimized memory usage
    • Fixed a error #10 “Crash parsing invalid comment block”
  • v2.0.0 Changes

    June 28, 2016
    • Removed dependency on System.Configuration.dll (no longer supported configuration by using the Web.config and App.config files)
    • In WebMarkupMin.Core package added support of DNX 4.5.1 and DNX Core 5.0
    • In WebMarkupMin.MsAjax and WebMarkupMin.Yui packages added support of DNX 4.5.1
    • WebMarkupMin.Web package was split into 2 packages: WebMarkupMin.AspNet4.Common and WebMarkupMin.AspNet4.HttpModules
    • WebMarkupMin.Mvc package has been replaced by WebMarkupMin.AspNet4.Mvc package
    • WebMarkupMin.WebForms package has been replaced by WebMarkupMin.AspNet4.WebForms package
    • Created WebMarkupMin.AspNet5 package, that contains middleware for ASP.NET 5
    • WebMarkupMin.ConfigurationIntelliSense package is no longer required for the current version of WebMarkupMin