All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to ZeroVer.
- Validator
IsPositive
. - Validator
IsNegative
.
- Validator
IsLength
. - Validator
IsMaxLength
. - Validator
IsMinLength
.
- Validator
IsInstanceOf
.
- Validator
Is
.
- Fix TypeScript typings.
- Function
validate
. - Validator
IsArray
. - Validator
IsBoolean
. - Validator
IsDate
. - Validator
IsDefined
. - Validator
IsFunction
. - Validator
IsNumber
. - Validator
IsObject
. - Validator
IsOptional
. - Validator
IsString
. - Validator
IsMatch
. - Validator
IsInteger
. - Validator
IsFinite
. - Validator
IsConstraints
. - Validator
IsEither
. - Validator
IsNot
. - Validator
IsEqual
. - Validator
IsNotEqual
. - Validator
IsGreaterThan
. - Validator
IsGreaterThanOrEqual
. - Validator
IsLessThan
. - Validator
IsLessThanOrEqual
. - Validator
IsEmpty
. - Validator
IsNotEmpty
. - Validator
IsArrayOf
. - Validator
IsIn
.
- README