Skip to content

Releases: ekonbenefits/FSharp.Interop.NullOptAble

v0.11.0.144

24 Nov 19:14
3a31b97
Compare
Choose a tag to compare
  • added Guard CE (questionable)
  • chooseSeq is now recursive, big behavior change. Only flattens NonNullSeq or list or Set.

v0.10.1.116

21 Jun 00:19
d85bf6a
Compare
Choose a tag to compare

Added net 4.5 and netstd 2.0 target

v0.10.0.93

04 May 17:51
83938bf
Compare
Choose a tag to compare
v0.10.0.93 Pre-release
Pre-release
  • Added Option helper functions.
  • chooseSeq yield! overloads have been changed to accept the following option<'t>, seq<option<'t>>, seq<Nullabe<'t>>, and seq<'t when 't:null>
  • fixed stack overflow when using chooseSeq due to usage of Seq.append

v0.9.0.88

29 Apr 17:33
4533e4d
Compare
Choose a tag to compare
  • initial release