Releases: sappharx/Whetstone
Releases · sappharx/Whetstone
Version 0.3.0
- Targets .NET 4.5.1 (instead of 4.5.2)
- Remove
Map<TSource, TResult>(this IEnumerable<TSource>...)
because it duplicated theIEnumerable<T>.Select()
LINQ extension method - Add async versions of
Map()
,Tee()
, andWhen()
- Add
TeeEach()
andTeeEachAsync()
extension methods - Add
TaskExtensions
withInCompletionOrder()
extension method