aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f8d4d1..b1153e3 100644
--- a/README.md
+++ b/README.md
@@ -163,9 +163,9 @@ Examples:
```
### phone
-Tests whether the String is a valid phone number (in international format, ie.
-containing the country indicator like `+14152370800` for an US number — where `4152370800`
-is the national number equivalent, which is seen as invalid).
+Tests whether the String is a valid phone number (in international format, ie.
+containing the country indicator like `+14152370800` for an US number — where `4152370800`
+is the national number equivalent, which is seen as invalid).
To use this validator, you must enable the `phone` feature for the `validator_derive` crate.
This validator doesn't take any arguments: `#[validate(phone)]`;
@@ -237,6 +237,11 @@ For example, the following attributes all work:
### validator_derive
+#### 0.6.5 (2018/04/14)
+
+- Fix path for regex starting with `::`
+- Update syn and quote
+
#### 0.6.4 (2018/03/20)
- Support `Option<Option<T>>` types