v0.37.0
Many thanks to @morinokami, @xcfox, @devcaeg, @shayneo, @sandros94, @slevithan, @thecotne and @EltonLobo07 for contributing to this release.
- Add
base64
action to validate Base64 strings (pull request #644) - Add
description
metadata action (pull request #747) - Add metadata feature to
pipe
andpipeAsync
method (pull request #747) - Refactor
HEXADECIMAL_REGEX
(pull request #666) - Change
unknown[]
inLengthInput
type toArrayLike<unknown>
- Change
ArrayInput
andContentInput
type to useMaybeReadonly
- Change
EMOJI_REGEX
to be more accurate and strict (pull request #666) - Fix bug in
fallback
andfallbackAsync
method for specific schemas (pull request #752) - Fix bug in
fallbackAsync
method for async schemas (pull request #732)