Skip to content

3.0.0-rc3

Latest
Compare
Choose a tag to compare
@kurtschelfthout kurtschelfthout released this 03 Mar 10:08
· 6 commits to master since this release
  • Breaking change: confusingly named StringNoNnulls is renamed to StringNoNullChar.
  • Breaking change: The operators |@, @| and %> are removed. Please use Prop.label instead.
  • Added more ForAll overloads for various Task types.
  • The collections types NonEmptySet, NonEmptyArray and FixedLengthArray now implement IEnnumerable to avoid a call to Get in common scenarios.
  • Enabled source linking and deterministic builds. (by Patrick Stevens)