Releases: ENikS/LINQ
Releases · ENikS/LINQ
v2.2.0 Fixed linq.d.ts file.
Now library could be included in TypeScript project with Import * as Enumerable from "linq-es2015"
v1.8.44 Maintenance release
Updated default value generators to return undefined when type can not be determined
Maintenance release for the linq-es5 package
Fixed issue with Range method
Bux fix for linq-es5 package
This is a maintenance release with bug fix for Range method
v2.0.5
This is a first official linq-2015 release
v2.0.1 2.0.1
Bux fix for linq-es5 package
Fixed bug where Aggregate require seed value to be passed to the method.
Bug fixes and improved compatibility with C#
- 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
- 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
v1.8.15 1.8.15