UnderscoreKO 1.8.31
Adds all the useful collection and array methods from Underscore.js to Knockout observable arrays. Also includes several convenience methods to manipulate the underlying array.
Install-Package UnderscoreKO -Version 1.8.31
dotnet add package UnderscoreKO --version 1.8.31
<PackageReference Include="UnderscoreKO" Version="1.8.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnderscoreKO --version 1.8.31
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: UnderscoreKO, 1.8.31"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install UnderscoreKO as a Cake Addin
#addin nuget:?package=UnderscoreKO&version=1.8.31
// Install UnderscoreKO as a Cake Tool
#tool nuget:?package=UnderscoreKO&version=1.8.31
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See GitHub releases for changelog
Dependencies
-
- knockoutjs (>= 3.4.0)
- underscore.js (>= 1.8.3)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on UnderscoreKO:
Package | Downloads |
---|---|
BatteCode.Loadouts.Mvc4
[Meta-Package] This is my favorite set of libraries and/or assemblies to start a new general-purpose site in MVC 4 with. It covers server-side optimizations like Bundling, and client-side tools like knockout and jQuery.
|
GitHub repositories
This package is not used by any popular GitHub repositories.