File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 0.0.5 / 2015-05-24
4
+ - [ #14 ] ( https://github.com/seegno/validator.js-asserts/pull/14 ) Use travis container infrastructure (@ruimarinho )
5
+ - [ #12 ] ( https://github.com/seegno/validator.js-asserts/pull/12 ) Add URI assert (@nunofgs )
6
+ - [ #13 ] ( https://github.com/seegno/validator.js-asserts/pull/13 ) Replace ISO 3166-1 country assert source (@ruimarinho )
7
+
3
8
### 0.0.4 / 2015-01-16
4
9
- [ #7 ] ( https://github.com/seegno/validator.js-asserts/pull/7 ) Update bignumber.js version (@fixe )
5
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " validator.js-asserts" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " A set of extra asserts for validator.js." ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
40
40
"url" : " https://github.com/seegno/validator.js-asserts/issues"
41
41
},
42
42
"homepage" : " http://seegno.github.io/validator.js-asserts/" ,
43
- "engines" : {
44
- "node" : " >= 0.10"
45
- },
46
43
"dependencies" : {
47
44
"URIjs" : " ^1.15.1" ,
48
45
"bignumber.js" : " ^2.0.7" ,
You can’t perform that action at this time.
0 commit comments