datajs 1.1.3
dotnet add package datajs --version 1.1.3
NuGet\Install-Package datajs -Version 1.1.3
<PackageReference Include="datajs" Version="1.1.3" />
paket add datajs --version 1.1.3
#r "nuget: datajs, 1.1.3"
// Install datajs as a Cake Addin
#addin nuget:?package=datajs&version=1.1.3
// Install datajs as a Cake Tool
#tool nuget:?package=datajs&version=1.1.3
datajs is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on datajs:
Package | Downloads |
---|---|
Microsoft.LightSwitch.Client.JavaScript.Runtime
Includes the runtime environment and themes for Visual Studio LightSwitch HTML applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.3 | 71,322 | 5/16/2014 |
1.1.2 | 9,110 | 1/29/2014 |
1.1.1 | 48,957 | 8/15/2013 |
1.1.0 | 24,818 | 11/26/2012 |
1.1.0-beta2 | 1,203 | 11/14/2012 |
1.1.0-beta | 1,178 | 9/13/2012 |
1.0.3 | 19,356 | 5/2/2012 |
1.0.2 | 4,611 | 10/20/2011 |
1.0.1 | 1,631 | 9/22/2011 |
1.0.0 | 1,666 | 6/29/2011 |
0.0.4 | 1,619 | 6/17/2011 |
0.0.3 | 1,846 | 4/12/2011 |
0.0.2 | 2,207 | 3/7/2011 |
Two bugs are fixed:
1. The 'formatLiteral' function escapes only the first occurrence of a single quote instead of all of them.
2. The 'jsonLightPayloadInfo' function does not unescape entity set names extracted directly from a URL.