Skip to content

Commit

Permalink
prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Mar 17, 2016
1 parent 3a19cfb commit 5487b51
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "property-validator",
"version": "0.5.0",
"version": "0.6.0",
"description": "Easy property validation for JavaScript, Node and Express.",
"main": "index.js",
"homepage": "http://github.com/nettofarah/property-validator",
Expand Down

0 comments on commit 5487b51

Please sign in to comment.