Skip to content

v2.0.0

Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 03 Apr 18:48
· 11 commits to master since this release

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