Skip to content

TaskSeq 0.2.2

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

Nuget

Version 0.2.2, 10 Nov, 2022

This is a minor NuGet release removing / renaming odd functions.

Summary of changes:

Changes implemented by @abelbraaksma unless otherwise noted.

Bug fixes

  • a2ef397 Fix bug: remove undocumented toSeqCachedAsync, which didn't add any functionality (use toArrayAsync or similar instead)

Features

Upgrade guide (compatibility)

This version introduces a small incompatibility. However, the mentioned functions were not documented and likely rarely, if ever, used in these early stages of the TaskSeq project.

  • If you used toSeqCached, replace all calls with toSeq
  • If you used toSeqCachedAsync, replace all calls with toArrayAsync

Changelog