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
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,380 | 5/16/2014 |
1.1.2 | 4,219 | 1/29/2014 |
1.1.1 | 12,966 | 8/15/2013 |
1.1.0 | 7,030 | 11/26/2012 |
1.1.0-beta2 | 113 | 11/14/2012 |
1.1.0-beta | 230 | 9/13/2012 |
1.0.3 | 4,334 | 5/2/2012 |
1.0.2 | 915 | 10/20/2011 |
1.0.1 | 271 | 9/22/2011 |
1.0.0 | 337 | 6/29/2011 |
0.0.4 | 263 | 6/17/2011 |
0.0.3 | 351 | 4/12/2011 |
0.0.2 | 342 | 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.