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 | 78,766 | 5/16/2014 |
1.1.2 | 9,857 | 1/29/2014 |
1.1.1 | 50,391 | 8/15/2013 |
1.1.0 | 26,513 | 11/26/2012 |
1.1.0-beta2 | 1,255 | 11/14/2012 |
1.1.0-beta | 1,278 | 9/13/2012 |
1.0.3 | 22,110 | 5/2/2012 |
1.0.2 | 5,081 | 10/20/2011 |
1.0.1 | 1,741 | 9/22/2011 |
1.0.0 | 1,801 | 6/29/2011 |
0.0.4 | 1,765 | 6/17/2011 |
0.0.3 | 1,950 | 4/12/2011 |
0.0.2 | 2,379 | 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.