kurtschelfthout
released this
03 Mar 10:08
·
9 commits
to master
since this release
- Breaking change: confusingly named
StringNoNnulls
is renamed toStringNoNullChar
. - Breaking change: The operators
|@
,@|
and%>
are removed. Please useProp.label
instead. - Added more
ForAll
overloads for variousTask
types. - The collections types
NonEmptySet
,NonEmptyArray
andFixedLengthArray
now implementIEnnumerable
to avoid a call toGet
in common scenarios. - Enabled source linking and deterministic builds. (by Patrick Stevens)