Skip to content

v0.18.0

Choose a tag to compare

@DZakh DZakh released this 23 Jun 14:46
· 815 commits to main since this release
  • Updated type for EmptyNull and EmptyOption literals (option<S.unknown> -> unit)
  • Added NaN literal
  • Removed S.literalUnit. For EmptyNull, EmptyOption and NaN use S.literal instead, and for other literals use S.literalVariant(literal, ())
  • Float struct factory started returning error trying to parse NaN
  • Added built-in refinements and transforms. You can check all of them out in documentation:

image