aQuery.js
1.0.8
See the version list below for details.
dotnet add package aQuery.js --version 1.0.8
NuGet\Install-Package aQuery.js -Version 1.0.8
<PackageReference Include="aQuery.js" Version="1.0.8" />
paket add aQuery.js --version 1.0.8
#r "nuget: aQuery.js, 1.0.8"
// Install aQuery.js as a Cake Addin #addin nuget:?package=aQuery.js&version=1.0.8 // Install aQuery.js as a Cake Tool #tool nuget:?package=aQuery.js&version=1.0.8
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.8 is an enhancement and fix release.
* aQuery methods are now stored on the aQuery object prototype rather than being created by the constructor. This significantly increases the performance of initializing aQuery objects at the expense of publicly exposing the underlying array.
* You may now use the array property of an aQuery object to access its underlying array directly. The behavior of the toArray method (shallow copy the underlying array) remains unchanged.
* Some other internal processes have had their efficiency improved.
* Fixed a serious bug in the concat method for modern browsers.
* Removed unnecessary white space in the minified version.