validators2 5.0.0 copy "validators2: ^5.0.0" to clipboard
validators2: ^5.0.0 copied to clipboard

String validation and sanitization for Dart.

5.0.0 #

  • upgraded to dart 3.x

4.0.0 #

  • Modernised the api to confirm to post 2.12 best practices. There are a number of small breaking changes, the main theme is changing optional args to named args with a default value.

3.0.0 #

temporary release until main authors can publish nnbd version. Migrated to nnbd

2.0.1 #

  • Fix isURL hostWhitelist and hostBlacklist inverted logic
  • Upgrade vin_decoder to ^0.1.2

2.0.0 #

  • Change isUrl and isFQDN options parameter to be optional parameters

1.0.0 #

  • migrate to dart 2 and fix tests