Releases: akarnokd/async-enumerable-dotnet
Releases · akarnokd/async-enumerable-dotnet
0.0.4
0.0.3
0.0.2.0
NuGet: akarnokd.async-enumerable-dotnet/0.0.2
Bugfixes and simplifications in many operators.
New operators:
AnyAllCountElementAtIsEmpty
0.0.1.9
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.9
New operators:
ConcatEagerConcatMapEager
New push-pull adapter:
UnicastAsyncEnumerable
0.0.1.8
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.8
New operators:
Buffer(boundary & size)CombineLatestDistinctDistinctUntilChangedWithLatestFrom
0.0.1.7
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.7
Bugfixes
Createtermination race condition, error handling
New operators:
Concat(nested async sequences)Merge(nested async sequences)Repeat(task predicate)Retry(task predicate)SwitchSwitchMap
0.0.1.6
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.6
Bugfixes
FlatMapdispose now awaits the dispose of the inner sources.
New operators:
MergeMergeWithPublishReplay
0.0.1.4
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.4
Bugfixes in various operators.
New operators:
PrefetchDebounceLatest
Renames
DoOnDisposeAsync->DoOnDispose
0.0.1.3
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.3
Frameworks
- Support for NETStandard 2.0 added.
New operators:
Renames:
FirstTask->FirstAsyncLastTask->LastAsyncSingleTask->SingleAsync
Behavior changes
Takenow disposes the source sequence right after delivering the nth item instead of waiting for the consumer to call dispose eventualy.