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 177 5/6/2015
1.9.59 299 4/21/2015
1.9.55 325 4/6/2015
1.9.52 132 3/30/2015
1.9.41 1,067 1/25/2015
1.9.40 151 1/19/2015
1.9.34 512 12/19/2014
1.9.33 136 12/10/2014
1.9.30 692 11/24/2014
1.9.25 449 10/14/2014
1.9.17 703 8/27/2014
1.9.13 216 8/7/2014
1.9.11 137 7/28/2014
1.9.8 206 7/9/2014
1.9.1 192 6/25/2014
1.9.0 199 6/23/2014
1.9.0-Beta3 91 6/21/2014
1.9.0-Beta2 86 6/16/2014
1.9.0-Beta1 87 6/13/2014
1.8.30 379 4/28/2014
1.8.29 235 4/10/2014
1.8.23 138 2/21/2014
1.8.21 130 2/10/2014
1.8.20 116 2/4/2014
1.8.18 108 1/22/2014
1.8.14 109 12/3/2013
1.8.12 109 11/24/2013
1.8.11 117 11/7/2013
1.8.9 106 10/25/2013
1.8.8 105 10/24/2013
1.8.7 111 10/16/2013
1.8.2 213 9/10/2013
1.8.0 112 9/5/2013
1.7.27 107 8/26/2013
1.7.25 102 8/14/2013
1.7.21 103 8/4/2013
1.7.19 104 7/24/2013
1.7.17 103 7/16/2013
1.7.16 100 7/11/2013
1.7.12-Beta1 97 6/4/2013
1.7.9-Beta1 84 5/27/2013
1.7.7-Beta1 82 5/3/2013
1.7.0-Beta1 85 3/19/2013
1.6.28 96 6/4/2013
1.6.26 98 5/28/2013
1.6.25 240 5/13/2013
1.6.13 191 12/4/2012
1.6.11 102 11/22/2012
1.6.10 102 11/17/2012
1.6.7 98 10/20/2012
1.6.6 95 10/15/2012
1.6.5 106 10/11/2012
1.6.3 97 9/26/2012
1.6.1 101 9/20/2012
1.6.0 99 9/12/2012
1.0.0 100 8/29/2012

Added support of UglifyJS version 2.4.21.