Releases: Taritsyn/JSMin.NET
Releases · Taritsyn/JSMin.NET
v2.1.0
Version: 2.1.0
Published: 10/31/2019
Change Set: 559b7bd
NuGet Package: DouglasCrockford.JsMin
- JSMin was updated to version of October 30, 2019
- The
GetEstimatedOutputLength
method is deprecated. Use a length of input string or any other suitable value instead - Enabled a SourceLink in NuGet package
v2.0.0
Version: 2.0.0
Published: 4/3/2019
Change Set: d0100e9
NuGet Package: DouglasCrockford.JsMin
- Added an overloaded version of the
Minify
method that takes a instance of string builder. This will allow to integrate minifier with the external string builder pools - Added a
GetEstimatedOutputLength
static method that can be used to calculate the capacity of string builder - Added support of .NET Framework 4.5 and .NET Standard 2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.1.0 RC 2
Version: 1.1.0 RC 2
Published: 5/20/2016
Change Set: 0f72d3d
NuGet Package DouglasCrockford.JsMin
Added support of .NET Core 1.0 RC 2
v1.1.0 RC 1
Version: 1.1.0 RC 1
Published: 3/26/2016
Change Set: 3ddee85
NuGet Package DouglasCrockford.JsMin
Added support of .NET Core 5 RC 1.