Skip to content

v2.2.0

Latest

Choose a tag to compare

@Taritsyn Taritsyn released this 27 Feb 17:51

Version: 2.2.0
Published: 2/27/2026
Change Set: 0b66bc4
NuGet Package: DouglasCrockford.JsMin

  • JSMin was updated to version of February 25, 2026
  • Changed a implementation of the StringBuilder.TrimStart extension method
  • Performed a migration to the modern C# null/not-null checks
  • Added support for .NET 10
  • In the lock statements for .NET 10 target now uses a instances of the System.Threading.Lock class
  • Added support for nullable reference types