Releases: arogozine/LinqToTypeScript
Releases · arogozine/LinqToTypeScript
LinqToTypeScript 2.0.0 Beta 2
- Fixed TS interfaces for GroupBy with selector.
- Fixed bug with
OrderByDescendingAsync
. - Fixed bug with
ParallelEnumerable
Average
. - Added missing
EachAsync
forIParallelEnumerable
.
LinqToTypeScript 2.0.0 Beta
- Re-worked implementation of
OrderBy
,OrderByAsync
,ThenBy
, andThenByAsync
functions. - Fixed
Max
,MaxAsync
,Min
, andMinAsync
functions. Thanks to fellow who cloned the repo for the hint. - More tests. Technically we are at 1154 tests now.
LinqToTypeScript 2.0.0 Alpha 5
- Fixed two bugs with Parallel Enumerable
- Added
.empty<type>()
to Async and Parallel Enumerable
LinqToTypeScript 2.0.0 Alpha 4
2.0.0-alpha4 Add ability to convert to parallel enumerable from sync
LinqToTypeScript 2.0.0 alpha 3
2.0.0-alpha3 Add documentation to InferType