Skip to content

Releases: insurello/Insurello.AsyncExtra

v3.0.0

06 May 13:30
99b1f74

Choose a tag to compare

The signature of traverse has changed from ('a -> b) -> List<AsyncError<'a, 'err>> -> AsyncResult<'b list, 'err> to ('a -> AsyncResult<'b, 'err>) -> 'a list -> AsyncResult<'b list, 'err>.

No other breaking changes have been made.

Optimize traverse

04 May 21:04
2b557b5

Choose a tag to compare

Merge pull request #11 from insurello/early-return-on-error

Optimize traverse

Add helper functions and documentation

03 May 08:14
82ae7d7

Choose a tag to compare

  • Update to Dotnet 5.0
  • Add convenient helper functions
  • Add description of each function

v2.0.0

10 Nov 10:20
fedb0e7

Choose a tag to compare

Lazify Task executions.

v1.2.0

13 Oct 09:23
cea2a46

Choose a tag to compare

Add fromUnitTask function

v1.1.0

25 Aug 09:01
2ba6eaa

Choose a tag to compare

Add a bindError convenience function.

v1.0.0

15 Apr 14:39
9f42c1a

Choose a tag to compare

Merge pull request #3 from insurello/rename-repo

Rename with Insurello prefix to namespace.

v0.0.1

15 Apr 14:36
9f42c1a

Choose a tag to compare

Merge pull request #3 from insurello/rename-repo

Rename with Insurello prefix to namespace.