forked from dekart/validates_email_format_of
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
22 lines (17 loc) · 694 Bytes
/
CHANGELOG
File metadata and controls
22 lines (17 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= CHANGELOG
== Version 1.0
* initial version
== Version 1.1 (the Francis Hwang edition)
* moved Regexp out of class methods into the ValidatesEmailFormatOf module
== Version 1.2 (the Ismael Santos Kafeltz and Michael MacDonald edition)
* added support for un-escaped and escaped special characters in the local part, per RFC 3696
* added :allow_nil option
== Version 1.2.1 (the RTFM edition)
* added support for quoted local parts
* added length checks for domain and local parts
* corrected escaped character support for RFC 3696 Errata
* added :allow_blank option
* added :unless option
== Unreleased
* Now available as a gem on GitHub
* added should_validate_email_format_of