Skip to content

Releases: JohSand/Orsak

0.4.2

01 Nov 19:35
Compare
Choose a tag to compare

Added

  • Initial design for lazy sequences of effects

0.4.1

19 Oct 19:41
Compare
Choose a tag to compare

Fixed

  • Issue where the size of the array for whenAll is larger than intended
  • Issue where _.For causes the whole expression to return unit

High perf WhenAll

19 Sep 18:47
Compare
Choose a tag to compare

Added

  • High-performance implementation of WhenAll for effects, with benchmarks
  • Applicative bind 6 and 7 arguments
  • Inline if lambda in some cases, in order to silence warnings

Fixed

  • Missing overloads for async
  • Fix explicit traverse bug
  • Fix for running the same effect repeatedly

Extend Api

15 Apr 21:02
Compare
Choose a tag to compare

Add function for creating effect from result
Add function for running effect and continuing with new effects
Rename sequence builder to more honest name

Cleanup

06 Apr 16:21
Compare
Choose a tag to compare

Cleaning up the stuff left in extensions with proper implementations

Added support for using unit -> ValueTask<bool> and unit -> Effect<_,bool,_> in while loops

Initial

27 Mar 19:55
Compare
Choose a tag to compare

Tentative initial release