Skip to content

Releases: fsprojects/FSharp.Control.R3

releases/0.3.0

23 Dec 21:58
Compare
Choose a tag to compare

0.3.0 - 2024-12-24

Added

  • empty
  • singleton
  • ofSeq
  • ofAsync
  • ofTask
  • toArray
  • toList
  • toLookup
  • catch
  • chunkBy
  • chunkBySize
  • merge
  • choose
  • ofType

releases/0.2.0

22 Nov 22:44
Compare
Choose a tag to compare

0.2.0 - 2024-11-23

  • Added some basic functions: filter/where, bind, concat, distinct, mapi, skip, take, …
  • Added rxquery { … } builder