Skip to content

0.0.1.3

Choose a tag to compare

@akarnokd akarnokd released this 25 Oct 14:40
· 80 commits to master since this release

NuGet: akarnokd.async-enumerable-dotnet/0.0.1.3

Frameworks

  • Support for NETStandard 2.0 added.

New operators:

  • GroupBy
  • Sample
  • ToArrayAsync (Pull 6)
  • ToList
  • ToListAsync (Pull 6)

Renames:

  • FirstTask -> FirstAsync
  • LastTask -> LastAsync
  • SingleTask -> SingleAsync

Behavior changes

  • Take now disposes the source sequence right after delivering the nth item instead of waiting for the consumer to call dispose eventualy.