class-validator-extended
Advanced tools
Changelog
[3.2.0] - 2023-11-30
package.json
and package-lock.json
.Changelog
[3.1.2] - 2023-08-15
Changelog
[3.1.1] - 2023-07-18
IsNetworkPort
: Fixed issue where some valid values were rejected.Changelog
[3.0.0] - 2023-03-28
IsTimezone
: Removed because this was added to class-validator
in 0.14.0.IsNull
: Added new validator.IsSet
, IsMap
, IsBigInt
, IsDayjs
, IsDuration
: Moved from set
, map
, bigint
and dayjs
to type
directory, respectively. This is a non-breaking change for clients using the default exports.Changelog
[2.0.0] - 2023-03-06
IsDuration
: Allow negative durations. Use MinDuration
to check for negative values.