v8.3.0
Pre-release
Pre-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 ofS.isAsync
- Deprecated
S.assertOrRaiseWith
in favor ofS.assertAnyWith
- Deprecated
S.parseOrRaiseWith
,S.parseAnyOrRaiseWith
,S.serializeOrRaiseWith
,S.serializeToUnknownOrRaiseWith
,S.serializeToJsonStringOrRaiseWith
. Use safe versions instead, together with the newS.unwrap
helper. If you care about performance, I recommend usingS.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