Skip to content

v8.3.0

Latest
Compare
Choose a tag to compare
@DZakh DZakh released this 27 Sep 09:08
· 6 commits to main since this release

What's Changed

  • Added S.bigint, S.unwrap, S.compile, S.removeTypeValidation, S.convertAnyWith, S.convertAnyToJsonWith, S.convertAnyToJsonStringWith, S.convertAnyAsyncWith. See the docs for more info.
  • Deprecated S.isAsyncParse in favor of S.isAsync
  • Deprecated S.assertOrRaiseWith in favor of S.assertAnyWith
  • Deprecated S.parseOrRaiseWith, S.parseAnyOrRaiseWith, S.serializeOrRaiseWith, S.serializeToUnknownOrRaiseWith, S.serializeToJsonStringOrRaiseWith. Use safe versions instead, together with the new S.unwrap helper. If you care about performance, I recommend using S.compile in this case.

New Contributors

  • @WhyThat made their first contribution in #90 by adding PPX support for macOS x64
  • @cknitt made their first contribution in #93 by improving compatibility with ReScript v12

Full Changelog: v8.2.0...v8.3.0