Web Markup Minifier v2.1.0 Release Notes

Release Date: 2016-07-19 // almost 8 years ago
    • 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