-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a19cfb
commit 5487b51
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,41 @@ | ||
# Changelog | ||
|
||
### 0.5.0(Feb 24, 2016) | ||
## 0.6.0(Mar 16, 2016) | ||
### Added | ||
- [#11](https://github.com/nettofarah/property-validator/pull/11) `isPlainObject` validation helper | ||
- [#11](https://github.com/nettofarah/property-validator/pull/11) `isArrayObject` validation helper | ||
|
||
### Fixed | ||
- [#11](https://github.com/nettofarah/property-validator/pull/11) node 0.10.x support when running tests | ||
|
||
## 0.5.0(Feb 24, 2016) | ||
### Added | ||
- Custom validation messages | ||
|
||
### 0.4.0(Feb 19, 2016) | ||
## 0.4.0(Feb 19, 2016) | ||
### Added | ||
- Add `oneOf` validation | ||
|
||
### 0.3.1(Feb 18, 2016) | ||
## 0.3.1(Feb 18, 2016) | ||
### Added | ||
- Coerce input to string when using validator.js helpers | ||
|
||
### 0.3.0(Feb 13, 2016) | ||
## 0.3.0(Feb 13, 2016) | ||
### Added | ||
- Optional validations support | ||
|
||
### 0.2.0(Feb 3, 2016) | ||
## 0.2.0(Feb 3, 2016) | ||
### Added | ||
- Add `uuid` as an alias for `isUUID` | ||
|
||
### 0.1.2(Feb 3, 2016) | ||
## 0.1.2(Feb 3, 2016) | ||
### Fixed | ||
- Fix `matches` and `format` parameter order | ||
|
||
### 0.1.1(Jan 28, 2016) | ||
## 0.1.1(Jan 28, 2016) | ||
### Fixed | ||
- Only include relevant files to release | ||
|
||
### 0.1.0 (Jan 28, 2016) | ||
## 0.1.0 (Jan 28, 2016) | ||
### Added | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters