BundleTransformer.UglifyJs 1.9.62

dotnet add package BundleTransformer.UglifyJs --version 1.9.62
NuGet\Install-Package BundleTransformer.UglifyJs -Version 1.9.62
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BundleTransformer.UglifyJs" Version="1.9.62" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BundleTransformer.UglifyJs --version 1.9.62
#r "nuget: BundleTransformer.UglifyJs, 1.9.62"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BundleTransformer.UglifyJs as a Cake Addin
#addin nuget:?package=BundleTransformer.UglifyJs&version=1.9.62

// Install BundleTransformer.UglifyJs as a Cake Tool
#tool nuget:?package=BundleTransformer.UglifyJs&version=1.9.62

BundleTransformer.UglifyJs contains one minifier-adapter for minification of JS-code - `UglifyJsMinifier`. `UglifyJsMinifier` is based on the Mihai Bazon's UglifyJS (https://github.com/mishoo/UglifyJS2) version 2.4.21.

As a JS-engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module is recommended to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie or JavaScriptEngineSwitcher.V8.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.62 176 5/6/2015
1.9.59 298 4/21/2015
1.9.55 325 4/6/2015
1.9.52 131 3/30/2015
1.9.41 1,066 1/25/2015
1.9.40 150 1/19/2015
1.9.34 511 12/19/2014
1.9.33 136 12/10/2014
1.9.30 692 11/24/2014
1.9.25 448 10/14/2014
1.9.17 702 8/27/2014
1.9.13 215 8/7/2014
1.9.11 136 7/28/2014
1.9.8 205 7/9/2014
1.9.1 192 6/25/2014
1.9.0 198 6/23/2014
1.9.0-Beta3 90 6/21/2014
1.9.0-Beta2 85 6/16/2014
1.9.0-Beta1 86 6/13/2014
1.8.30 378 4/28/2014
1.8.29 234 4/10/2014
1.8.23 137 2/21/2014
1.8.21 129 2/10/2014
1.8.20 115 2/4/2014
1.8.18 107 1/22/2014
1.8.14 109 12/3/2013
1.8.12 108 11/24/2013
1.8.11 116 11/7/2013
1.8.9 105 10/25/2013
1.8.8 104 10/24/2013
1.8.7 111 10/16/2013
1.8.2 213 9/10/2013
1.8.0 111 9/5/2013
1.7.27 107 8/26/2013
1.7.25 101 8/14/2013
1.7.21 102 8/4/2013
1.7.19 103 7/24/2013
1.7.17 102 7/16/2013
1.7.16 99 7/11/2013
1.7.12-Beta1 96 6/4/2013
1.7.9-Beta1 83 5/27/2013
1.7.7-Beta1 81 5/3/2013
1.7.0-Beta1 84 3/19/2013
1.6.28 96 6/4/2013
1.6.26 97 5/28/2013
1.6.25 239 5/13/2013
1.6.13 190 12/4/2012
1.6.11 101 11/22/2012
1.6.10 101 11/17/2012
1.6.7 97 10/20/2012
1.6.6 95 10/15/2012
1.6.5 105 10/11/2012
1.6.3 96 9/26/2012
1.6.1 100 9/20/2012
1.6.0 98 9/12/2012
1.0.0 99 8/29/2012

Added support of UglifyJS version 2.4.21.