Skip to content

Releases: arogozine/LinqToTypeScript

LinqToTypeScript 2.0.0 Beta 2

11 May 03:23
Compare
Choose a tag to compare
Pre-release
  • Fixed TS interfaces for GroupBy with selector.
  • Fixed bug with OrderByDescendingAsync.
  • Fixed bug with ParallelEnumerable Average.
  • Added missing EachAsync for IParallelEnumerable.

LinqToTypeScript 2.0.0 Beta

08 May 00:20
Compare
Choose a tag to compare
Pre-release
  • Re-worked implementation of OrderBy, OrderByAsync, ThenBy, and ThenByAsync functions.
  • Fixed Max, MaxAsync, Min, and MinAsync 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

30 Apr 13:06
Compare
Choose a tag to compare
Pre-release
  • Fixed two bugs with Parallel Enumerable
  • Added .empty<type>() to Async and Parallel Enumerable

LinqToTypeScript 2.0.0 Alpha 4

25 Apr 23:46
Compare
Choose a tag to compare
Pre-release
2.0.0-alpha4

Add ability to convert to parallel enumerable from sync

LinqToTypeScript 2.0.0 alpha 3

18 Apr 23:40
Compare
Choose a tag to compare
Pre-release
2.0.0-alpha3

Add documentation to InferType