Skip to content

Releases: ENikS/LINQ

v2.2.0 Fixed linq.d.ts file.

17 Jul 22:50
Compare
Choose a tag to compare

Now library could be included in TypeScript project with Import * as Enumerable from "linq-es2015"

v1.8.44 Maintenance release

09 Jul 04:35
Compare
Choose a tag to compare

Updated default value generators to return undefined when type can not be determined

Maintenance release for the linq-es5 package

08 Jul 00:32
Compare
Choose a tag to compare

Fixed issue with Range method

Bux fix for linq-es5 package

08 Jul 00:05
Compare
Choose a tag to compare

This is a maintenance release with bug fix for Range method

v2.0.5

06 Jul 03:55
Compare
Choose a tag to compare
2.0.5

This is a first official linq-2015 release

01 Jul 01:37
Compare
Choose a tag to compare

Bux fix for linq-es5 package

01 Jul 01:20
Compare
Choose a tag to compare

Fixed bug where Aggregate require seed value to be passed to the method.

Bug fixes and improved compatibility with C#

30 Jun 05:22
Compare
Choose a tag to compare
  • Updated es6-shim to use latest v0.35.1
  • Added and updated unit tests. Now it is the same tests across es5 and es2015 implementations
  • Updated typings to reflect latest fixes. It is now same file across implementations.

Bug Fixes:

Sum(transform?: (T) => number)               - Fixed Sum ignoring transform on collections
Distinct(keySelector?: (T) => V)             - Fixed Distinct ignoring key selector function
Union(. . ., keySelector?: (T) => K)         - Fixed Union ignoring key selector function
SelectMany(. . . , result?: (T, S) => V)     - Fixed incorrect default result transform
Average(func: (T) => number)                 - Fixed Average ignoring func tronsform
GroupBy(. . ., selElement: (T) => E, . . .)  - Fixed incorrect default element selector

Fix bugs

30 Jun 02:36
Compare
Choose a tag to compare
  • Updated es6-shim to use latest v0.35.1
  • Added and updated unit tests. Now it is the same tests across es5 and es2015 implementations
  • Updated typings to reflect latest fixes. It is now same file across implementations.

Bug Fixes:

Sum(transform?: (T) => number)               - Fixed Sum ignoring transform on collections
Distinct(keySelector?: (T) => V)             - Fixed Distinct ignoring key selector function
Union(. . ., keySelector?: (T) => K)         - Fixed Union ignoring key selector function
SelectMany(. . . , result?: (T, S) => V)     - Fixed incorrect default result transform
Average(func: (T) => number)                 - Fixed Average ignoring func tronsform
GroupBy(. . ., selElement: (T) => E, . . .)  - Fixed incorrect default element selector

Maintenance release of linq-es5 package

26 Jun 21:09
Compare
Choose a tag to compare