Skip to content

Commit 5487b51

Browse files
committed
prepare for 0.6.0 release
1 parent 3a19cfb commit 5487b51

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,41 @@
11
# Changelog
22

3-
### 0.5.0(Feb 24, 2016)
3+
## 0.6.0(Mar 16, 2016)
4+
### Added
5+
- [#11](https://github.com/nettofarah/property-validator/pull/11) `isPlainObject` validation helper
6+
- [#11](https://github.com/nettofarah/property-validator/pull/11) `isArrayObject` validation helper
7+
8+
### Fixed
9+
- [#11](https://github.com/nettofarah/property-validator/pull/11) node 0.10.x support when running tests
10+
11+
## 0.5.0(Feb 24, 2016)
12+
### Added
413
- Custom validation messages
514

6-
### 0.4.0(Feb 19, 2016)
15+
## 0.4.0(Feb 19, 2016)
16+
### Added
717
- Add `oneOf` validation
818

9-
### 0.3.1(Feb 18, 2016)
19+
## 0.3.1(Feb 18, 2016)
20+
### Added
1021
- Coerce input to string when using validator.js helpers
1122

12-
### 0.3.0(Feb 13, 2016)
23+
## 0.3.0(Feb 13, 2016)
24+
### Added
1325
- Optional validations support
1426

15-
### 0.2.0(Feb 3, 2016)
27+
## 0.2.0(Feb 3, 2016)
28+
### Added
1629
- Add `uuid` as an alias for `isUUID`
1730

18-
### 0.1.2(Feb 3, 2016)
31+
## 0.1.2(Feb 3, 2016)
32+
### Fixed
1933
- Fix `matches` and `format` parameter order
2034

21-
### 0.1.1(Jan 28, 2016)
35+
## 0.1.1(Jan 28, 2016)
36+
### Fixed
2237
- Only include relevant files to release
2338

24-
### 0.1.0 (Jan 28, 2016)
39+
## 0.1.0 (Jan 28, 2016)
40+
### Added
2541
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "property-validator",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Easy property validation for JavaScript, Node and Express.",
55
"main": "index.js",
66
"homepage": "http://github.com/nettofarah/property-validator",

0 commit comments

Comments
 (0)