datajs 1.1.3

dotnet add package datajs --version 1.1.3
NuGet\Install-Package datajs -Version 1.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="datajs" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add datajs --version 1.1.3
#r "nuget: datajs, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

There are no supported framework assets in this package.

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 74,528 5/16/2014
1.1.2 9,452 1/29/2014
1.1.1 49,568 8/15/2013
1.1.0 25,254 11/26/2012
1.1.0-beta2 1,220 11/14/2012
1.1.0-beta 1,241 9/13/2012
1.0.3 20,680 5/2/2012
1.0.2 4,868 10/20/2011
1.0.1 1,696 9/22/2011
1.0.0 1,748 6/29/2011
0.0.4 1,698 6/17/2011
0.0.3 1,901 4/12/2011
0.0.2 2,326 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.