validators 3.0.0 validators: ^3.0.0 copied to clipboard
String validation and sanitization for Dart.
3.0.0 #
- Upgrade Dependencies and add null safety
- remove dependency on vin_encoder, because it creates unnecessary complication with cross dependencies. see issue #26
2.0.1 #
- Fix
isURL
hostWhitelist
andhostBlacklist
inverted logic - Upgrade
vin_decoder
to^0.1.2
2.0.0 #
- Change
isUrl
andisFQDN
options
parameter to be optional parameters
1.0.0 #
- migrate to dart 2 and fix tests