Releases: otto-gebb/Admonish
Releases · otto-gebb/Admonish
2.0.0
- Hide the constructor
ValidationException(string message)
to force the usage of ValidationResult
.
1.0.1
- Minor documentation improvemets.
1.0.0
- Add optional custom error message to all validation helpers.
- Add new methods:
- Null
- Equal
- NotEqual
0.3.0
- Add
IsDefined<TEnum>
helper.
0.2.2
- Expose the constructor of
ValidationResult
.
0.2.1
- Add some date validation helpers.
0.2.0
- Add some date validation helpers.
0.1.9
- Add some numeric validation helpers.
0.1.8
- Add some helpers to validate string values.