Skip to content

Releases: Taritsyn/JSMin.NET

v2.1.0

31 Oct 18:30
Compare
Choose a tag to compare

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

03 Apr 18:48
Compare
Choose a tag to compare

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

25 Mar 18:25
Compare
Choose a tag to compare

Version: 1.1.3
Published: 3/25/2017
Change Set: 1da056f
NuGet Package: DouglasCrockford.JsMin

  • Added support of .NET Core 1.0.4
  • Downgraded .NET Standard version from 1.1 to 1.0

v1.1.2

05 Jan 17:24
Compare
Choose a tag to compare

Version: 1.1.2
Published: 1/5/2017
Change Set: 537da00
NuGet Package: DouglasCrockford.JsMin

  • Added support of .NET Core 1.0.3
  • JsMinificationException class was made serializable

v1.1.1

19 Jul 17:15
Compare
Choose a tag to compare

Version: 1.1.1
Published: 7/19/2016
Change Set: 3bc8a39
NuGet Package: DouglasCrockford.JsMin

Optimized memory usage

v1.1.0

30 Jun 08:52
Compare
Choose a tag to compare

Version: 1.1.0
Published: 6/30/2016
Change Set: 2740335
NuGet Package DouglasCrockford.JsMin

Added support of .NET Core 1.0 RTM

v1.1.0 RC 2

20 May 17:49
Compare
Choose a tag to compare
v1.1.0 RC 2 Pre-release
Pre-release

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

26 Mar 10:12
Compare
Choose a tag to compare
v1.1.0 RC 1 Pre-release
Pre-release

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.

v1.0.1

25 Mar 17:47
Compare
Choose a tag to compare

Version: 1.0.1
Published: 3/25/2016
Change Set: 1f66954
NuGet Package DouglasCrockford.JsMin

  • Assembly is now targeted on the .NET Framework 4 Client Profile
  • “JSMin.NET” NuGet package renamed to “DouglasCrockford.JsMin”

v1.0.0

09 Aug 17:21
Compare
Choose a tag to compare

Version: 1.0.0
Published: 9/16/2013
Change Set: 0c0fdd6
NuGet Package JSMin.NET