File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.0.1] ( https://github.com/uphold/validator.js-asserts/tree/v4.0.1 ) (2019-06-05)
4
+ [ Full Changelog] ( https://github.com/uphold/validator.js-asserts/compare/v4.0.0...v4.0.1 )
5
+
6
+ ** Fixed bugs:**
7
+
8
+ - Date asserts are not working correctly on node 10 and above [ \# 175] ( https://github.com/uphold/validator.js-asserts/issues/175 )
9
+
10
+ ** Merged pull requests:**
11
+
12
+ - Fix date tests on node 10 [ \# 178] ( https://github.com/uphold/validator.js-asserts/pull/178 ) ([ rplopes] ( https://github.com/rplopes ) )
13
+
3
14
## [ v4.0.0] ( https://github.com/uphold/validator.js-asserts/tree/v4.0.0 ) (2019-02-18)
4
15
[ Full Changelog] ( https://github.com/uphold/validator.js-asserts/compare/v3.1.0...v4.0.0 )
5
16
12
23
- Update google-libphonenumber [ \# 173] ( https://github.com/uphold/validator.js-asserts/pull/173 ) ([ rplopes] ( https://github.com/rplopes ) )
13
24
- Fix mixed content issue preventing page load [ \# 170] ( https://github.com/uphold/validator.js-asserts/pull/170 ) ([ hitmanmcc] ( https://github.com/hitmanmcc ) )
14
25
- Update ownership [ \# 169] ( https://github.com/uphold/validator.js-asserts/pull/169 ) ([ ruimarinho] ( https://github.com/ruimarinho ) )
15
- - Update README to include new asserts [ \# 165] ( https://github.com/uphold/validator.js-asserts/pull/165 ) ([ kurayama] ( https://github.com/kurayama ) )
16
26
17
27
## [ v3.1.0] ( https://github.com/uphold/validator.js-asserts/tree/v3.1.0 ) (2016-10-20)
18
28
[ Full Changelog] ( https://github.com/uphold/validator.js-asserts/compare/v3.0.2...v3.1.0 )
51
61
52
62
** Merged pull requests:**
53
63
64
+ - Update README to include new asserts [ \# 165] ( https://github.com/uphold/validator.js-asserts/pull/165 ) ([ kurayama] ( https://github.com/kurayama ) )
54
65
- Update
[email protected] [ \# 105
] ( https://github.com/uphold/validator.js-asserts/pull/105 ) (
[ promag
] ( https://github.com/promag ) )
55
66
- Update dependencies [ \# 103] ( https://github.com/uphold/validator.js-asserts/pull/103 ) ([ ruimarinho] ( https://github.com/ruimarinho ) )
56
67
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " validator.js-asserts" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " A set of extra asserts for validator.js." ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments