v10.0.0-rc.4
- Fixed edge-cases with
S.unionofS.numberandNaNschemas together. As well asS.arrayorS.instanceschemas together with object schemas - Added
S.instance - Fixed
S.schemafor literal instances - Added
S.symbol - Fixed function literal type inference
S.customis removed in favor ofS.unknown+S.transform+S.meta. The goal is to try to avoidS.unknownas much as possible. Try to useS.instanceor any other built-in schemas as much as possible.
Full Changelog: v10.0.0-rc.3...v10.0.0-rc.4