Skip to content

Releases: Taritsyn/WebMarkupMin

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

v2.9.1

04 Dec 17:17
Compare
Choose a tag to compare

Version: 2.9.1
Published: 12/4/2020
Change Set: ce3c9c4

  • In WebMarkupMin.Yui added support of the YUI Compressor for .NET version 3.1.0
  • In WebMarkupMin.NUglify added support of the NUglify version 1.11.4
  • In ASP.NET Core extensions fixed a error that occurred when excluding the Hangfire dashboard and related pages from processing by corresponding markup minifier or compressor

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.9.0

01 Dec 19:14
Compare
Choose a tag to compare

Version: 2.9.0
Published: 12/1/2020
Change Set: 2356455

  • In WebMarkupMin.Core:
    • .NET Core App 2.1 target was replaced by a .NET Standard 2.1 target
    • Version for .NET Standard 2.1 now uses a regular expression compilation for improving performance
  • In WebMarkupMin.NUglify added support of the NUglify version 1.11.3
  • In WebMarkupMin.AspNet.Common:
    • Added a .NET Core App 2.1 and .NET Standard 2.1 targets
    • In versions for .NET Core App 2.1 and .NET Standard 2.1 was added a new compressor (BuiltInBrotliCompressor) based on the System.IO.Compression.BrotliStream class
  • Created the WebMarkupMin.AspNetCore5 module, that contains middleware for ASP.NET Core 5.0

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions

v2.8.15

13 Nov 17:02
Compare
Choose a tag to compare

Version: 2.8.15
Published: 11/13/2020
Change Set: 8b39ef1

  • In WebMarkupMin.NUglify:
    • Added support of the NUglify version 1.10.0
    • In configuration settings of minifiers was added one new property - IndentType (default Space)
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.10

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions

v2.8.14

03 Nov 17:21
Compare
Choose a tag to compare

Version: 2.8.14
Published: 11/3/2020
Change Set: f5a6d87

  • In WebMarkupMin.NUglify added support of the NUglify version 1.9.9
  • In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.9

NuGet Packages

External JS and CSS minifiers
ASP.NET Extensions