aQuery.js
1.0.9
See the version list below for details.
dotnet add package aQuery.js --version 1.0.9
NuGet\Install-Package aQuery.js -Version 1.0.9
<PackageReference Include="aQuery.js" Version="1.0.9" />
paket add aQuery.js --version 1.0.9
#r "nuget: aQuery.js, 1.0.9"
// Install aQuery.js as a Cake Addin #addin nuget:?package=aQuery.js&version=1.0.9 // Install aQuery.js as a Cake Tool #tool nuget:?package=aQuery.js&version=1.0.9
aQuery.js is a JavaScript Array Library that is designed to work with modern browsers, not so modern browsers, and node.js. It's fast, easy to use, free, and already familiar to folks that know jQuery and Microsoft.NET LINQ.
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.
aQuery.js 1.0.9 is a fix release.
* Fixed an automatic semicolon insertion bug in the ofType method.
* Fixed a defect in the ofType method that prevented it from correctly identifying literals and primitives.
* Fixed a documentation error in the take method.