v0.4.0
- Re-added
Min
,Max
, andRange
usingint64
by default - Validation builders now attempt to parse every input into the correct type
- Validation builders no longer returns
invalid_type
when a type is not supported, but returninginvalid_integer
,invalid_float
andinvalid_time
instead
Full Changelog: v0.3.2...v0.4.0