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" />
<PackageVersion Include="datajs" Version="1.1.3" />
<PackageReference Include="datajs" />
paket add datajs --version 1.1.3
#r "nuget: datajs, 1.1.3"
#addin nuget:?package=datajs&version=1.1.3
#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
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 |
---|---|---|
1.1.3 | 12,381 | 5/16/2014 |
1.1.2 | 4,220 | 1/29/2014 |
1.1.1 | 12,967 | 8/15/2013 |
1.1.0 | 7,031 | 11/26/2012 |
1.1.0-beta2 | 114 | 11/14/2012 |
1.1.0-beta | 231 | 9/13/2012 |
1.0.3 | 4,335 | 5/2/2012 |
1.0.2 | 916 | 10/20/2011 |
1.0.1 | 272 | 9/22/2011 |
1.0.0 | 338 | 6/29/2011 |
0.0.4 | 264 | 6/17/2011 |
0.0.3 | 352 | 4/12/2011 |
0.0.2 | 343 | 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.