CanJS.AMD
1.1.4
See the version list below for details.
dotnet add package CanJS.AMD --version 1.1.4
NuGet\Install-Package CanJS.AMD -Version 1.1.4
<PackageReference Include="CanJS.AMD" Version="1.1.4" />
<PackageVersion Include="CanJS.AMD" Version="1.1.4" />
<PackageReference Include="CanJS.AMD" />
paket add CanJS.AMD --version 1.1.4
#r "nuget: CanJS.AMD, 1.1.4"
#:package CanJS.AMD@1.1.4
#addin nuget:?package=CanJS.AMD&version=1.1.4
#tool nuget:?package=CanJS.AMD&version=1.1.4
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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.0)
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,923 | 11/5/2014 |
| 2.0.5 | 2,381 | 2/4/2014 |
| 2.0.4 | 2,070 | 12/28/2013 |
| 2.0.2 | 2,175 | 11/15/2013 |
| 2.0.1 | 2,071 | 11/12/2013 |
| 2.0.0 | 2,136 | 10/17/2013 |
| 1.1.8 | 2,152 | 9/27/2013 |
| 1.1.7 | 2,171 | 7/30/2013 |
| 1.1.6.1 | 2,178 | 6/6/2013 |
| 1.1.6 | 2,077 | 5/30/2013 |
| 1.1.5 | 2,141 | 3/26/2013 |
| 1.1.4.1 | 2,161 | 2/25/2013 |
| 1.1.4 | 2,077 | 2/22/2013 |
1.1.4 ( February 5, 2013 )
fix: Haschange binding and route ready for all libraries
fix: Get converters and .attr working the right way with nested objects
fix: CanJS/ejs table+tbody rendering of a list gives nested tbody items
fix: Mustache: Inconsistent treatment of function attributes
fix: EJS renders “@@!!@@” instead of Model data when a Deferred is passed into can.view that takes a long time to resolve
fix: Mustache: registered helpers do not create the context stack correctly
fix: Mustache: only the current context is passed to partials, instead of the full stack
fix: IE8 error when setting up observe list
fix: Resetting a live-bound textarea changes its value to !!
fix: hashchange binding still broken in mootools
fix: can.Mustache - with context lost in nested sections
fix: Enabled passing in helpers and partials to Mustache views, (1)
fix: Make the resolved data available when using can.view
fix: .attr method doesn’t merge nested objects
fix: Live binding on observe.lists nested in an observe doesn’t work
fix: Attributes/Converters Issue
fix: Observe.List push/unshift doesn’t fire when sort comparator is set
fix: Observe.List sort doesn’t use custom method passed
fix: test&fix: null values crashing validations
fix: EJS rendering null value
fix: can.Observe sort plugin doesn’t trigger add events
fix: Observe.List sort plugin erroring on item removal
fix: Live binding on observe.lists nested in an observe doesn’t work
fix: Observe.List sort doesn’t use custom method passed
add: removeAttr can.Model attribute
add: Calling destroy on non persisted model
add: jQuery 1.9.x support
add: Mustache Helpers that accept computes and return an element should work