v0.32.0
Many thanks to @ruiaraujo012, @jansedlon, @ksjitendra18 and @megacherry for contributing to this release.
- Add
rawCheck
,rawCheckAsync
,rawTransform
andrawTransformAsync
action (issue #597) - Change
FlatErrors
type for better developer experience (discussion #640) - Change
pipe
andpipeAsync
method to mark output as untyped only when necessary (discussion #613) - Remove unused
skipPipe
option fromConfig
type and refactor library - Fix
this
reference inlooseTuple
,looseTupleAsync
,strictTuple
,strictTupleAsync
,tuple
,tupleAsync
,tupleWithRest
andtupleWithRestAsync
schema (pull request #649) - Fix type of
options
key inEnumSchema
interface