Handlebars.js 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Handlebars.js --version 1.1.0
NuGet\Install-Package Handlebars.js -Version 1.1.0
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="Handlebars.js" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Handlebars.js --version 1.1.0
#r "nuget: Handlebars.js, 1.1.0"
#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 Handlebars.js as a Cake Addin
#addin nuget:?package=Handlebars.js&version=1.1.0

// Install Handlebars.js as a Cake Tool
#tool nuget:?package=Handlebars.js&version=1.1.0

Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.

Checkout the official Handlebars docs site at http://www.handlebarsjs.com/.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 8,698 10/23/2014
1.3.0 10,139 2/17/2014
1.1.2 1,372 11/12/2013
1.1.1 405 11/5/2013
1.1.0.1 3,065 6/5/2013
1.1.0 60 6/5/2013
1.0.9.1 1,376 2/19/2013
1.0.9 65 2/11/2013
1.0.8 2,768 9/27/2012
1.0.7 668 3/28/2012
1.0.6 60 3/28/2012

NuGet Handlebars.js version 1.1.0.0 contains modified 1.0.0 version of Handlebars.JS from http://handlebarsjs.com/, where support for  CommonJS and AMD loaders was removed (because it may cause many compatability issues, think make sense to include support for loaders more close to the version 1.1 of Handlebars.js... in any case, will be glad to get your feedback about that decision).

Note: starting from version 1.0.9 minifiled handlebars.min.js file was added. Please update your code for production environment to use this file to save more trees in the world!