Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 13:17
3566c73

0.12.0 (2024-11-09)

Features

  • implement z.String().Trim() as a built in PreTransform that trims the input data if it is a string (#51) (1d65859)
  • schema custom coercer support via the z.WithCoercer function and custom time formats via z.Time.Format() fuction (#48) (1472669)
  • time coercer now support for unix timestamps in ms (#47) (4c5b4bd)
  • zhttp package now supports providing your own custom parsers (#50) (e8a111f)

Bug Fixes

  • required check not working with zero values from other types (#44) (1abc8e8)