# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [ZeroVer](http://0ver.org/).

## [Unreleased]

## [0.1.6] - 2018-04-17

### Added

- Validator `IsPositive`.
- Validator `IsNegative`.

## [0.1.5] - 2018-04-17

### Added

- Validator `IsLength`.
- Validator `IsMaxLength`.
- Validator `IsMinLength`.

## [0.1.4] - 2018-04-13

### Added

- Validator `IsInstanceOf`.

## [0.1.3] - 2018-04-13

### Added

- Validator `Is`.

## [0.1.2] - 2018-04-12

### Fixed

- Fix TypeScript typings.

## [0.1.1] - 2018-04-12

### Added

- 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`.

## 0.0.1 - 2018-03-09

### Added

- README
