Skip to content

Releases: sappharx/Whetstone

Version 0.3.0

01 Apr 23:22
Compare
Choose a tag to compare
  • Targets .NET 4.5.1 (instead of 4.5.2)
  • Remove Map<TSource, TResult>(this IEnumerable<TSource>...) because it duplicated the IEnumerable<T>.Select() LINQ extension method
  • Add async versions of Map(), Tee(), and When()
  • Add TeeEach() and TeeEachAsync() extension methods
  • Add TaskExtensions with InCompletionOrder() extension method

v0.2.2

09 Feb 00:10
Compare
Choose a tag to compare
update to v0.2.2 and update README