Releases: gostalt/validate
Releases · gostalt/validate
v1.2.0
02 Jan 17:20
Compare
Sorry, something went wrong.
No results found
Added
Empty rule to determine if a form field's content is empty or not.
v1.1.0
14 Dec 09:36
Compare
Sorry, something went wrong.
No results found
Added
(#7 ) Added TelnetEmail validator to allow more accurate email validation
Changed
Altered failure error message for MXEmail validator
v1.0.2
10 Dec 14:58
Compare
Sorry, something went wrong.
No results found
v1.0.1
22 Nov 12:51
Compare
Sorry, something went wrong.
No results found
Changed
The request form is automatically parsed when the Check is created.
v1.0.0
15 Oct 11:35
Compare
Sorry, something went wrong.
No results found
Added
Additional date formats. Validators now exist for RFC1123, RFC822 and UnixDate, based on Go's built-in date formats.
MX Validator. The MXEmail Rule determines if an MX records exists on the domain, increasing the likelihood of the parameter being genuine.
v0.3.2
22 Aug 16:13
Compare
Sorry, something went wrong.
No results found
This release adds benchmarks for some rules and changes the way the integer rule determines a pass.
v0.3.1
22 Aug 16:10
Compare
Sorry, something went wrong.
No results found
This release defines two error constants that are returned when running a validator: EmptyRuleset and ValidationFailed, allowing you to inspect errors to better determine what to do with them.
v0.3.0
06 Aug 13:07
Compare
Sorry, something went wrong.
No results found
This release changes the way the Message type is composed, and changes the way the validate.Response function returns data.
v0.2.0
01 Aug 21:02
Compare
Sorry, something went wrong.
No results found
This release adds a number of predefined rules that can be used to quickly create common validation checks.
v0.1.0
21 Jul 12:51
Compare
Sorry, something went wrong.
No results found