CanJS.AMD
1.1.4.1
See the version list below for details.
dotnet add package CanJS.AMD --version 1.1.4.1
NuGet\Install-Package CanJS.AMD -Version 1.1.4.1
<PackageReference Include="CanJS.AMD" Version="1.1.4.1" />
paket add CanJS.AMD --version 1.1.4.1
#r "nuget: CanJS.AMD, 1.1.4.1"
// Install CanJS.AMD as a Cake Addin #addin nuget:?package=CanJS.AMD&version=1.1.4.1 // Install CanJS.AMD as a Cake Tool #tool nuget:?package=CanJS.AMD&version=1.1.4.1
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,050 | 11/5/2014 |
2.0.5 | 1,593 | 2/4/2014 |
2.0.4 | 1,266 | 12/28/2013 |
2.0.2 | 1,380 | 11/15/2013 |
2.0.1 | 1,272 | 11/12/2013 |
2.0.0 | 1,325 | 10/17/2013 |
1.1.8 | 1,334 | 9/27/2013 |
1.1.7 | 1,356 | 7/30/2013 |
1.1.6.1 | 1,354 | 6/6/2013 |
1.1.6 | 1,272 | 5/30/2013 |
1.1.5 | 1,295 | 3/26/2013 |
1.1.4.1 | 1,360 | 2/25/2013 |
1.1.4 | 1,271 | 2/22/2013 |
1.1.4.1 (February 22, 2013)
NuGet Package change only
moved installation folder to /Scripts
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