BundleTransformer.CoffeeScript 1.9.59

dotnet add package BundleTransformer.CoffeeScript --version 1.9.59
NuGet\Install-Package BundleTransformer.CoffeeScript -Version 1.9.59
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.CoffeeScript" Version="1.9.59" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BundleTransformer.CoffeeScript --version 1.9.59
#r "nuget: BundleTransformer.CoffeeScript, 1.9.59"
#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.CoffeeScript as a Cake Addin
#addin nuget:?package=BundleTransformer.CoffeeScript&version=1.9.59

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

BundleTransformer.CoffeeScript contains translator-adapter `CoffeeScriptTranslator` (supports CoffeeScript (http://coffeescript.org/) version 1.9.2). This adapter makes translation of CoffeeScript-code to JS-code. Also contains debugging HTTP-handler `CoffeeScriptAssetHandler`, which is responsible for text output of translated CoffeeScript-asset.

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.59 158 4/21/2015
1.9.55 81 4/6/2015
1.9.52 65 3/30/2015
1.9.47 167 2/22/2015
1.9.43 100 1/31/2015
1.9.40 93 1/19/2015
1.9.37 179 1/7/2015
1.9.34 128 12/19/2014
1.9.30 178 11/24/2014
1.9.29 235 11/17/2014
1.9.25 173 10/14/2014
1.9.17 238 8/27/2014
1.9.13 107 8/7/2014
1.9.11 79 7/28/2014
1.9.10 186 7/15/2014
1.9.8 106 7/9/2014
1.9.1 129 6/25/2014
1.9.0 160 6/23/2014
1.9.0-Beta3 55 6/21/2014
1.9.0-Beta1 52 6/13/2014
1.8.30 130 4/28/2014
1.8.29 148 4/10/2014
1.8.25 149 2/28/2014
1.8.23 67 2/21/2014
1.8.21 68 2/10/2014
1.8.20 64 2/4/2014
1.8.19 65 1/31/2014
1.8.18 70 1/22/2014
1.8.14 88 12/3/2013
1.8.12 75 11/24/2013
1.8.11 70 11/7/2013
1.8.9 210 10/25/2013
1.8.8 66 10/24/2013
1.8.7 67 10/16/2013
1.8.0 73 9/5/2013
1.7.27 64 8/26/2013
1.7.25 64 8/14/2013
1.7.21 67 8/4/2013
1.7.19 66 7/24/2013
1.7.17 61 7/16/2013
1.7.16 61 7/11/2013
1.7.12-Beta1 47 6/4/2013
1.7.10-Beta1 46 5/28/2013
1.7.9-Beta1 45 5/27/2013
1.7.7-Beta1 48 5/3/2013
1.7.6-Beta1 45 4/29/2013
1.7.0-Beta1 46 3/19/2013
1.6.28 61 6/4/2013
1.6.26 61 5/28/2013
1.6.25 59 5/13/2013
1.6.24 85 3/6/2013
1.6.22 60 2/26/2013
1.6.13 66 12/4/2012
1.6.11 60 11/22/2012
1.6.10 60 11/17/2012
1.6.8 62 10/25/2012
1.6.6 65 10/15/2012
1.6.5 60 10/11/2012
1.6.1 61 9/20/2012
1.6.0 62 9/12/2012
1.5.5 67 8/29/2012
1.5.0 60 8/16/2012
1.4.3-beta3 51 8/1/2012
1.4.2-beta3 47 6/23/2012
1.4.1-beta3 48 6/19/2012
1.4.0-beta2 48 6/6/2012
1.3.0-beta 48 5/16/2012
1.2.1-beta 48 4/8/2012
1.2.0-beta 45 4/3/2012
1.1.0-beta 48 3/29/2012
1.0.0-beta 49 3/25/2012

Added support of CoffeeScript version 1.9.2.