linq.ts

🌀LINQ for TypeScript

MIT License

Downloads
21.1K
Stars
830
Committers
18

Bot releases are hidden (Show)

linq.ts - v1.7.5

Published by kutyel over 7 years ago

<a name"1.7.5">

1.7.5 (2017-02-16)

Bug Fixes

  • src: Add missing predicate to FirstOrDefault and LastOrDefault (#48) (49dbaa80)
linq.ts - v1.7.4

Published by kutyel almost 8 years ago

<a name"1.7.4">

1.7.4 (2017-01-17)

Bug Fixes

  • browser: Provide browser build (66c4091d)
linq.ts - v1.7.3

Published by kutyel almost 8 years ago

<a name"1.7.3">

1.7.3 (2017-01-16)

Bug Fixes

  • browser: Fix browser/node build (c5ac9d9a, closes #40)
linq.ts - v1.7.2

Published by kutyel almost 8 years ago

<a name"1.7.2">

1.7.2 (2017-01-11)

Bug Fixes

  • list: Add generics to Select and SelectMany (#42) (d4aaf67d, closes #38)
linq.ts - v1.7.1

Published by kutyel almost 8 years ago

<a name"1.7.1">

1.7.1 (2016-12-29)

Bug Fixes

  • typescript: point to declaration files in dist folder (ea1573d9, closes #39)
linq.ts - v1.7.0

Published by kutyel almost 8 years ago

<a name"1.7.0">

1.7.0 (2016-12-14)

Features

  • browser: Support browser by compiling to UMD modules! (c171cd65, closes #37)
linq.ts - v1.6.2

Published by kutyel almost 8 years ago

1.6.2 (2016-12-12)

Bug Fixes

  • list: First/Last/ElementAt should throw if no elements in list (fac39db4, closes #34)
linq.ts - Realease 1.6.0

Published by kutyel about 8 years ago

  • Fixed multiple ThenBy()
  • Added compiled sources
linq.ts - Realease 1.4.0

Published by kutyel over 8 years ago

New implementations

List<T>.IndexOf()
List<T>.Remove()
List<T>.RemoveAll()
List<T>.RemoveAt()
List<T>.ToLookup()

Bug fixes

linq.ts - Release Candidate v1.2.1

Published by kutyel over 8 years ago

Now it is possible to compile to es3, es5 and es2015!

linq.ts - LinQ.ts, Release Candidate

Published by kutyel over 8 years ago

This is the final release with all of the following functions up and running:

Add
AddRange
Aggregate
All
Any
Average
Concat
Contains
Count
DefaultIfEmpty
Distinct
ElementAt
ElementAtOrDefault
Except
First
FirstOrDefault
ForEach
GroupBy
GroupJoin
Intersect
Join
Last
LastOrDefault
Max
Min
OrderBy
OrderByDescending
ThenBy
ThenByDescending
Reverse
Select
SelectMany
SequenceEqual
Single
SingleOrDefault
Skip
SkipWhile
Sum
Take
TakeWhile
ToArray
ToDictionary
ToList
Union
Where
Zip

// static

Enumerable.Range
Enumerable.Repeat
Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
Build Coverage Status Downloads Version Sponsors linqts