CanJS.AMD 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package CanJS.AMD --version 1.1.5
                    
NuGet\Install-Package CanJS.AMD -Version 1.1.5
                    
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="CanJS.AMD" Version="1.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CanJS.AMD" Version="1.1.5" />
                    
Directory.Packages.props
<PackageReference Include="CanJS.AMD" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CanJS.AMD --version 1.1.5
                    
#r "nuget: CanJS.AMD, 1.1.5"
                    
#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.
#:package CanJS.AMD@1.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CanJS.AMD&version=1.1.5
                    
Install as a Cake Addin
#tool nuget:?package=CanJS.AMD&version=1.1.5
                    
Install as a Cake Tool

CanJS is a MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy. Use it because it’s: Smaller, Faster, Safer, Easier, Library-er.

CanJS’s core supports jQuery, Zepto, Dojo, YUI and Mootools.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.3 2,285 11/5/2014
2.0.5 1,797 2/4/2014
2.0.4 1,475 12/28/2013
2.0.2 1,584 11/15/2013
2.0.1 1,482 11/12/2013
2.0.0 1,539 10/17/2013
1.1.8 1,543 9/27/2013
1.1.7 1,563 7/30/2013
1.1.6.1 1,565 6/6/2013
1.1.6 1,484 5/30/2013
1.1.5 1,516 3/26/2013
1.1.4.1 1,572 2/25/2013
1.1.4 1,479 2/22/2013

1.1.5 ( Mar 25 2013 )

NuGet Package:
Moved install location to the more common Scripts/lib instead of polluting the base of Scripts
You will need to load requirejs as well, making it an included dependency is not yet reliably worked out, but is coming.

Library:
•change: Added Mustache.resolve to evaluate truthyness in a common way #333
•change: Fixed incorrect passing of context stacks with partials in Mustache #288
•change: Mustache {{#if}} does not correctly evaluate boolean value
•change: deparam: parse params with remaining ampersand
•change: Null objects within observes weren't working properly with Mustache sections #307
•change: Mustache: Pass raw array data as the context instead of trying to resolve it #281
•change: Allow to pass an array index to removeAttr in Observe and Observe.List
•change: fixing no arg helpers
•change: Mustache interpolation issues using Observes inside of an attribute tag
•change: isObject is undefined  
•change: Allow dots in Observe keys
•change: data-view-id being rendered in tag closing
•change: Execute startBatch callbacks
•change: HTML comments with either an element callback (EJS) or a helper (Mustache) rendered incorrectly
•change: Prevent leak from computes that have no bindings.
•change: Treat "--" as delimiter of empty element
•change: Fixing can.ajax with mootools
•change: CanJS tries to parse JSON-map which contains a dot in the key
•change: can.compute evaluations for the default Mustache handlers
•change: can.Mustache: Array of objects passed as context to partials, breaks data helper and rendering.
•change: adding greedy space to model url splitter
•change: Fix for numeric inputs not living binding
•change: Empty strings not handled properly
•change: can.Control event delegation problem
•change: fixing computes from converting type
•change: can.view with Deferreds doesn't pass failures
•change: HTML comments trip EJS rendering
•change: can.Observe.prototype.each overrides {{#each}} Mustache helper.
•change: Any model with a "." in the key name will cause observe.js _set() to throw and error
•change: Item.List splice method does not convert inserted elements to Item type
•change: Mustache: DOM exception when applying certain block patterns
•change: Mustache: Interpolated values when iterating through an Observe.List fail if not surrounded by a DOM node