|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v6.0.0](https://github.com/uphold/validator.js-asserts/tree/v6.0.0) (2020-03-19) |
| 4 | +[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v5.0.0...v6.0.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Update [email protected] [\#189 ](https://github.com/uphold/validator.js-asserts/pull/189) ( [afsampaio ](https://github.com/afsampaio)) |
| 9 | + |
3 | 10 | ## [v5.0.0](https://github.com/uphold/validator.js-asserts/tree/v5.0.0) (2020-03-02)
|
4 | 11 | [Full Changelog](https://github.com/uphold/validator.js-asserts/compare/3.2.0...v5.0.0)
|
5 | 12 |
|
6 | 13 | **Merged pull requests:**
|
7 | 14 |
|
8 | 15 | - Bump validator.js [\#187](https://github.com/uphold/validator.js-asserts/pull/187) ([cristianooliveira](https://github.com/cristianooliveira))
|
| 16 | + |
| 17 | +## [3.2.0](https://github.com/uphold/validator.js-asserts/tree/3.2.0) (2020-02-04) |
| 18 | +[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.2...3.2.0) |
| 19 | + |
| 20 | +**Implemented enhancements:** |
| 21 | + |
| 22 | +- Add callback assert [\#185](https://github.com/uphold/validator.js-asserts/pull/185) ([cristianooliveira](https://github.com/cristianooliveira)) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Add callback assert [\#186](https://github.com/uphold/validator.js-asserts/pull/186) ([cristianooliveira](https://github.com/cristianooliveira)) |
| 27 | + |
| 28 | +## [v3.1.2](https://github.com/uphold/validator.js-asserts/tree/v3.1.2) (2020-01-31) |
| 29 | +[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.1...v3.1.2) |
| 30 | + |
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Change node support to be above v8 and update travis build file [\#184](https://github.com/uphold/validator.js-asserts/pull/184) ([cristianooliveira](https://github.com/cristianooliveira)) |
| 34 | +- Bump validator.js and add yarn.lock [\#183](https://github.com/uphold/validator.js-asserts/pull/183) ([cristianooliveira](https://github.com/cristianooliveira)) |
9 | 35 | - Bump dependencies [\#182](https://github.com/uphold/validator.js-asserts/pull/182) ([Americas](https://github.com/Americas))
|
10 | 36 |
|
| 37 | +## [v3.1.1](https://github.com/uphold/validator.js-asserts/tree/v3.1.1) (2019-10-08) |
| 38 | +[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.2...v3.1.1) |
| 39 | + |
11 | 40 | ## [v4.0.2](https://github.com/uphold/validator.js-asserts/tree/v4.0.2) (2019-10-08)
|
12 | 41 | [Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.1...v4.0.2)
|
13 | 42 |
|
|
232 | 261 |
|
233 | 262 | - Expose min and max in `NullOrString` [\#2](https://github.com/uphold/validator.js-asserts/pull/2) ([fixe](https://github.com/fixe))
|
234 | 263 | - Add `Email` assert [\#1](https://github.com/uphold/validator.js-asserts/pull/1) ([fixe](https://github.com/fixe))
|
| 264 | + |
0 commit comments