Skip to content

TaskSeq 0.2.1

Compare
Choose a tag to compare
@abelbraaksma abelbraaksma released this 18 Mar 02:48
· 324 commits to main since this release

Nuget

Version 0.2.1, 10 Nov, 2022

This is a minor NuGet release that introduces the first caching-enabled function to the surface area: TaskSeq.except.

Summary of changes:

Changes implemented by @abelbraaksma unless otherwise noted.

Bug fixes

  • 47dedbd Fix bug: remove undocumented toSeqOfTasks, it exposed overlapping execution of tasks
  • Dependency updates (by @dependabot)

Features

  • #87 Add MIT license
  • #87 Initial NuGet package settings for automation
  • 600cea5 Add ValueTask.CompletedTask and expose
  • #83 Add functions to TaskSeq module:
    • Add except
    • Add exceptOfSeq

Changelog