Skip to content

Releases: Taritsyn/WebMarkupMin

v2.8.3

22 May 19:14
Compare
Choose a tag to compare

Version: 2.8.3
Published: 5/22/2020
Change Set: 7636f8a

  • Blazor component markers (<!--Blazor:…-->) are no longer removed
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.4

NuGet Packages

Core
ASP.NET Extensions

v2.8.2

17 Mar 10:51
Compare
Choose a tag to compare

Version: 2.8.2
Published: 3/17/2020
Change Set: 4386163

In WebMarkupMin.AspNetCore3 fixed a error #105 “2.8.1 Crashing Out”.

NuGet Packages

ASP.NET Extensions

v2.8.1

14 Mar 19:09
Compare
Choose a tag to compare

Version: 2.8.1
Published: 3/14/2020
Change Set: cc7c23e

Fixed a error #104 “Dependency Issues in release 2.8.0”.

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.8.0

13 Mar 18:00
Compare
Choose a tag to compare

Version: 2.8.0
Published: 3/13/2020
Change Set: cbfd27f

  • In WebMarkupMin.NUglify:
    • Added support of the NUglify version 1.5.14
    • In configuration settings of CSS minifier was added one new property - DecodeEscapes (default true)
  • In WebMarkupMin.AspNetCore3:
    • .NET Core App 3.0 target was updated to version 3.1
    • Added support of ASP.NET Core 3.1.1

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.7.1

23 Nov 13:57
Compare
Choose a tag to compare

Version: 2.7.1
Published: 11/23/2019
Change Set: 8804e34

  • Added support of the Douglas Crockford's JSMin version of October 30, 2019
  • Douglas Crockford's JSMin is now processing a Angular binding expressions separately from JS code

NuGet Packages

Core

v2.7.0

24 Sep 19:48
Compare
Choose a tag to compare

Version: 2.7.0
Published: 9/24/2019
Change Set: 0bf74fd

  • The empty dir attribute is no longer removed
  • The <link charset="…"> attribute is no longer considered redundant
  • The following attributes are now considered redundant: <button type="submit">, <form autocomplete="on">, <form enctype="application/x-www-form-urlencoded">, <img decoding="auto">, <textarea wrap="soft"> and <track kind="subtitles">
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.6.3

17 Sep 14:50
Compare
Choose a tag to compare

Version: 2.6.3
Published: 9/17/2019
Change Set: 0f13c5c

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 RC 1.

NuGet Packages

ASP.NET Extensions

v2.6.2

08 Sep 17:26
Compare
Choose a tag to compare

Version: 2.6.2
Published: 9/8/2019
Change Set: 215c808

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 Preview 9.

NuGet Packages

ASP.NET Extensions

v2.6.1

18 Aug 17:45
Compare
Choose a tag to compare

Version: 2.6.1
Published: 8/18/2019
Change Set: 00a5ba2

In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.0 Preview 8.

NuGet Packages

ASP.NET Extensions

v2.6.0

30 Jul 18:55
Compare
Choose a tag to compare

Version: 2.6.0
Published: 7/30/2019
Change Set: 332c7a7

  • Part of the auxiliary code was replaced by the AdvancedStringBuilder library
  • Slightly improved performance of markup minification
  • Optimized a memory usage during generation of statistics
  • Enabled a SourceLink in NuGet packages
  • In WebMarkupMin.AspNet.Brotli added support of ASP.NET Core 3.0
  • In WebMarkupMin.AspNetCore1 and WebMarkupMin.AspNetCore2:
    • In WebMarkupMin options was added one new property - DefaultEncoding (default Encoding.Default)
    • Optimized a memory usage
  • Created the WebMarkupMin.AspNetCore3 module, that contains middleware for ASP.NET Core 3.0

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions