Skip to content

v1.25.0

Compare
Choose a tag to compare
@nvie nvie released this 23 Jun 08:21
· 540 commits to main since this release
  • Fix signature of oneOf() to reflect it can only be used with scalar/constant values

  • In TypeScript, the inferred type for oneOf(['foo', 'bar']) will now be Decoder<'foo' | 'bar'> instead of Decoder<string> 🎉

  • Drop support for Flow versions < 0.115.0