
2.4.0 / 2018-08-03
==================

**features**
  * [[`e12fac4`](http://github.com/node-modules/parameter/commit/e12fac4d1681e51b02193defd5acb9e4864138dd)] - feat: add global addRule method (#46) (fengmk2 <<fengmk2@gmail.com>>)

2.3.0 / 2018-06-19
==================

**features**
  * [[`a5c1721`](http://github.com/node-modules/parameter/commit/a5c172179071aaaafb6fac604bc6bf4ebb0c8d98)] - feat: Add option.validateRoot to enable validate the root object (#41) (paranoidjk <<hust2012jiangkai@gmail.com>>)

2.2.3 / 2018-05-16
==================

2.2.2 / 2018-05-04
==================

**fixes**
  * [[`8317071`](http://github.com/node-modules/parameter/commit/83170710bbc88b1d7267cba6b9eae764a1e5fd36)] - fix: email regx to case insensitive (#36) (mansonchor.github.com <<mansonchor@126.com>>),

2.2.1 / 2017-11-23
==================

**fixes**
  * [[`3693861`](http://github.com/node-modules/parameter/commit/3693861897e2d207edf791f56db51820f76588b2)] - fix: check number  exclude NaN (#30) (Gao Peng <<ggjqzjgp103@qq.com>>)

**others**
  * [[`67d8cf6`](http://github.com/node-modules/parameter/commit/67d8cf6269abe4fdf3480b6c25cd08b67868ed11)] - chore(docs): add semantic-release process description (fengmk2 <<fengmk2@gmail.com>>)

2.2.0 / 2017-06-13
==================

  * feat(array): support max and min in array check (#22)
  * chore: use semantic-release workflow (#23)

2.1.0 / 2017-06-02
==================

  * feat: allowEmpty can be use with max and min
  * feat: allowEmpty can be use with format

2.0.0 / 2015-09-25
==================

 * test: use codecov.io
 * Refactor with Class, use ES6 class style.

1.2.0 / 2015-09-21
==================

 * feat: remove field name from error message. #12

1.1.1 / 2015-09-15
==================

 * fix: it should not translate the `field` key.

1.1.0 / 2015-09-15
==================

 * feat: I18n translate possible by override the `validate.translate` method.

1.0.2 / 2015-01-12
==================

 * feat: add url
 * fix: remove david badge

1.0.1 / 2015-01-09
==================

  * fix(readme): fix exmaple arguments

1.0.0 / 2015-01-09
==================

 * fix: ensure error message correct when add custom rules
 * feat: add password
 * feat: add email type
 * feat(addRule): support add custom rules
 * doc: fix readme and add example
 * fix(array): array itemType
 * feat(string): detault allowEmpty to false
 * fix:(test) fix test cases
 * refactor: rewrite

0.0.7 / 2013-08-09
==================

  * support Enum check fixed #1

0.0.6 / 2013-08-07
==================

  * Custom error message
  * remove 0.11 from travis

0.0.5 / 2013-08-06
==================

  * support RegExp rule

0.0.4 / 2013-07-01
==================

  * support isArray and isObject

0.0.3 / 2013-06-26
==================

  * fixed required=false bug
  * run again to vaild cache functions

0.0.2 / 2013-06-26
==================

  * improve performance

0.0.1 / 2013-06-26
==================

  * add test cases
  * first commit
