Skip to content

Commit 1bef034

Browse files
author
Francisco Cardoso
committed
Release 7.0.0
1 parent 8641b1b commit 1bef034

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v7.0.0](https://github.com/uphold/validator.js-asserts/tree/v7.0.0) (2020-10-30)
4+
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v6.0.0...v7.0.0)
5+
6+
**Merged pull requests:**
7+
8+
- Improve custom class validation [\#196](https://github.com/uphold/validator.js-asserts/pull/196) ([afsampaio](https://github.com/afsampaio))
9+
- Update README with new callback usage [\#195](https://github.com/uphold/validator.js-asserts/pull/195) ([diogotorres97](https://github.com/diogotorres97))
10+
- Improve callback assert to ensure an error class [\#194](https://github.com/uphold/validator.js-asserts/pull/194) ([diogotorres97](https://github.com/diogotorres97))
11+
312
## [v6.0.0](https://github.com/uphold/validator.js-asserts/tree/v6.0.0) (2020-03-19)
413
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v5.0.0...v6.0.0)
514

@@ -261,4 +270,3 @@
261270

262271
- Expose min and max in `NullOrString` [\#2](https://github.com/uphold/validator.js-asserts/pull/2) ([fixe](https://github.com/fixe))
263272
- Add `Email` assert [\#1](https://github.com/uphold/validator.js-asserts/pull/1) ([fixe](https://github.com/fixe))
264-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.js-asserts",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "A set of extra asserts for validator.js.",
55
"keywords": [
66
"asserts",

0 commit comments

Comments
 (0)