jscriptlinq 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package jscriptlinq --version 1.5.0
NuGet\Install-Package jscriptlinq -Version 1.5.0
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="jscriptlinq" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jscriptlinq --version 1.5.0
#r "nuget: jscriptlinq, 1.5.0"
#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 jscriptlinq as a Cake Addin
#addin nuget:?package=jscriptlinq&version=1.5.0

// Install jscriptlinq as a Cake Tool
#tool nuget:?package=jscriptlinq&version=1.5.0

$linq is a Javascript version of .NET's Linq to Objects, with some query operations inspired by MoreLinq (an extension to Linq to Objects).

There are no supported framework assets in this package.

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.6.0 3,053 8/2/2017
1.5.2 9,041 1/20/2017
1.5.1 3,765 8/4/2016
1.5.0 1,804 8/4/2016
1.4.0 1,270 3/2/2016
1.3.0 3,588 1/23/2014

Converted some tabs to spaces in a handful of files.
Modified the lastOrDefault function to accept a single function parameter as the predicate (as previously done with the firstOrDefault function).
Added a 'properties' constructor to enumerate an object's properties into a linq collection.
Fixed an error in the aggregate function where it would not calculate the correct result when no seed was given.