Skip to content

Releases: pascal-libaud/AsyncLinqR

v1.3.2

Choose a tag to compare

@pascal-libaud pascal-libaud released this 04 Jun 20:36
  • Add more SelectManyAsync override

v1.3.1

Choose a tag to compare

@pascal-libaud pascal-libaud released this 14 May 15:59
  • Add SelectManyAsync override

v1.3.0

Choose a tag to compare

@pascal-libaud pascal-libaud released this 17 Apr 20:27

Add support for ConfigureAwait(false)

v1.2.0

Choose a tag to compare

@pascal-libaud pascal-libaud released this 01 May 12:44
6d4c478
  • Add new methods:
    • Add CrossJoinAsync (which has no equivalent in Linq)
    • Add DefaultIfEmptyAsync
    • Add ExceptByAsync
    • Add ForEachAsync
    • Add GroupByAsync
    • Add IndexAsync
    • Add IntersectAsync
    • Add IntersectByAsync
    • Add JoinAsync
    • Add OrderAsync
    • Add RepeatAsync
    • Add SkipAsync
    • Add SkipLastAsync
    • Add SkipWhileAsync
    • Add TakeLastAsync
    • Add TakeWhileAsync
    • Add ToDictionaryAsync
    • Add ToHashSetAsync
    • Add UnionAsync
    • Add UnionByAsync
    • Add ZipAsync
    • Add ZipFullAsync (which has no equivalent in Linq)
  • Add indexes on SelectAsync
  • Add CancellationToken support on:
    • DistinctByAsync
    • SelectAsync
    • SelectManyAsync
    • SingleAsync
    • SingleOrDefaultAsync

v1.0.0

Choose a tag to compare

@pascal-libaud pascal-libaud released this 24 Mar 21:04
3e87cff

First official version

0.0.3

Choose a tag to compare

@pascal-libaud pascal-libaud released this 21 Mar 16:20

Another test to improve the workflow

0.0.2

Choose a tag to compare

@pascal-libaud pascal-libaud released this 21 Mar 16:18

Just un test pour improve the workflow.