v0.22.0
Many thanks to @ecyrbe, @Demivan, @GriefMoDz, @demarchenac, @TFX0019, @AbePlays, @irg1008, @skotenko, @dukeofsoftware, @xxxhussein, @JortsEnjoyer0, @Karakatiza666, @micahjon, @lulucas, @xsjcTony, @ziyak97, @micha149, @anhzf and @jonlambert for contributing to this release.
- Add support for boolean to
notValue
validation (pull request #261) - Add
.typed
to schema validation result and execute pipeline of complex schemas if output is typed (issue #76, #145) - Add
forward
method that forwards issues of pipelines to nested fields (issue #76, #145) - Add
skipPipe
option tois
type guard method (pull request #166) - Change return type of
safeParse
andsafeParseAsync
method - Rename and change util functions and refactor codebase
- Fix
RecordInput
andRecordOuput
type when usingunionAsync
as key - Fix output type for
nullable
,nullableAsync
,nullish
,nullishAsync
,optional
andoptionalAsync
when using a default value (issue #271)