Releases: ekonbenefits/FSharp.Interop.NullOptAble
Releases · ekonbenefits/FSharp.Interop.NullOptAble
v0.11.0.144
- added Guard CE (questionable)
- chooseSeq is now recursive, big behavior change. Only flattens NonNullSeq or list or Set.
v0.10.1.116
Added net 4.5 and netstd 2.0 target
v0.10.0.93
- Added Option helper functions.
chooseSeq
yield!
overloads have been changed to accept the followingoption<'t>
,seq<option<'t>>
,seq<Nullabe<'t>>
, andseq<'t when 't:null>
- fixed stack overflow when using
chooseSeq
due to usage ofSeq.append