Skip to content

Releases: Taritsyn/WebMarkupMin

v2.13.4

20 Nov 08:58
Compare
Choose a tag to compare

Version: 2.13.4
Published: 11/20/2022
Change Set: a9b91b4

In ASP.NET Core extensions was changed a life cycle of the compression stream.

NuGet Packages

ASP.NET Extensions

v2.13.3

19 Nov 18:07
Compare
Choose a tag to compare

Version: 2.13.3
Published: 11/19/2022
Change Set: 8436266

In ASP.NET Core extensions prevented cases of using an uninitialized compression stream.

NuGet Packages

ASP.NET Extensions

v2.13.2

10 Nov 18:38
Compare
Choose a tag to compare

Version: 2.13.2
Published: 11/10/2022
Change Set: 8777716

In WebMarkupMin.AspNet.Brotli fixed a error #150 “.NET 7 broke BrotliCompressor due to invalid compression levels”.

If you are using extensions for ASP.NET Core 3.1 or higher, then you should use a BuiltInBrotliCompressor class from WebMarkupMin.AspNet.Common.Compressors namespace instead of a BrotliCompressor class. In this case, the WebMarkupMin.Brotli package will no longer be needed and you can uninstall it.

NuGet Packages

ASP.NET Extensions

v2.13.1

09 Nov 17:18
Compare
Choose a tag to compare

Version: 2.13.1
Published: 11/9/2022
Change Set: fc551cb

  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.31
  • In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.11
  • In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.0

NuGet Packages

ASP.NET Extensions

v2.13.0

04 Nov 18:31
Compare
Choose a tag to compare

Version: 2.13.0
Published: 11/4/2022
Change Set: 97cad76

  • Info method of LoggerBase class is marked as virtual
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.30
  • In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.10
  • In ASP.NET Core extensions was made refactoring
  • In extensions for ASP.NET Core 3.1 or higher:
    • Fixed a error “Headers are read-only, response has already started”
    • Fixed a error that caused an blank page response when using the Brotli compression
  • Created the WebMarkupMin.AspNetCore7 module, that contains middleware for ASP.NET Core 7 RC2

NuGet Packages

Core
ASP.NET Extensions

v2.12.0

22 Aug 17:47
Compare
Choose a tag to compare

Version: 2.12.0
Published: 8/22/2022
Change Set: 3059708

  • In HTML, XHTML and XML minification settings was added two new properties: PreserveNewLines (default false) and NewLineStyle (default Auto)
  • LazyHTML wrapped fragments are now parsed correctly
  • Location of the error that occurs during minification of JSON data are now calculated correctly
  • In WebMarkupMin.Yui a JS error summary has been excluded from the list of errors
  • In WebMarkupMin.NUglify added support of the NUglify version 1.20.2
  • In WebMarkupMin.AspNet.Common and WebMarkupMin.AspNetCore2 no longer supports a .NET Core App 2.1
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.28
  • In WebMarkupMin.AspNetCore5 added support of ASP.NET Core 5.0.17
  • In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.8

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.11.0

08 Nov 20:17
Compare
Choose a tag to compare

Version: 2.11.0
Published: 11/8/2021
Change Set: 932c9e8

  • In WebMarkupMin.NUglify added support of the NUglify version 1.16.1
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.21
  • In WebMarkupMin.AspNetCore5 added support of ASP.NET Core 5.0.12
  • Created the WebMarkupMin.AspNetCore6 module, that contains middleware for ASP.NET Core 6

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.10.0

18 May 17:58
Compare
Choose a tag to compare

Version: 2.10.0
Published: 5/18/2021
Change Set: 45693f1

  • In WebMarkupMin.NUglify added support of the NUglify version 1.13.10
  • In IContentProcessingManager interface, ContentProcessingManagerBase class and ContentProcessingOptionsBase class was added a new property - SupportedHttpStatusCodes (default 200)
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.15
  • In WebMarkupMin.AspNetCore5 added support of ASP.NET Core 5.0.6

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.9.3

27 Apr 15:29
Compare
Choose a tag to compare

Version: 2.9.3
Published: 4/27/2021
Change Set: 9ef693b

  • In ASP.NET Core extensions, the Services property has been added to the WebMarkupMinServicesBuilder class. Special thanks to Alex Rønne Petersen.
  • In WebMarkupMin.NUglify added support of the NUglify version 1.13.8
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.14
  • In WebMarkupMin.AspNetCore5 added support of ASP.NET Core 5.0.5

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.9.2

02 Feb 17:16
Compare
Choose a tag to compare

Version: 2.9.2
Published: 2/2/2021
Change Set: 6716bf7

  • In WebMarkupMin.NUglify added support of the NUglify version 1.13.2
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.11
  • In WebMarkupMin.AspNetCore5 added support of ASP.NET Core 5.0.2

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions