Skip to content

1.3.0

Compare
Choose a tag to compare
@zth zth released this 19 Apr 17:11
· 13 commits to main since this release

This version requires ReScript >=11.1.0-rc.6.

  • BREAKING: Use new native bigint type. This requires ReScript compiler version "11.1.0-rc.6" or higher. #207
  • Int, Float, BigInt: use optional args and deprecate xxxWithRadix, xxxWithPrecision etc. #209
  • BREAKING: Add optional ~message: string=? to Option.getExn. This also changes the error raised by Option.getExn from Not_found to a regular JS error. #212