issues
search
asaskevich
/
govalidator
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6.05k
stars
555
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add yyyy-mm-dd validation
#499
shintarou37
opened
8 months ago
0
feat IsYYYYMMDD function
#498
shintarou37
opened
8 months ago
1
chore: version go module path
#497
devcharmander
opened
10 months ago
0
Module path is not versioned in go.mod
#496
devcharmander
opened
10 months ago
0
check for colon in http & https in isURL func
#495
elkcityhazard
closed
10 months ago
0
IsURL is accepting "http//" as legitimate URL prefix
#494
mpkondrashin
opened
1 year ago
2
Empty string is a valid Base64 string
#493
apelisse
opened
1 year ago
0
`IsHash()` is highly inefficient
#492
junyer
opened
1 year ago
0
Choice of tags breaks semantic versioning
#491
nyetwurk
opened
1 year ago
2
code optimization
#490
testwill
opened
1 year ago
0
Add filters to transform data after validation
#489
SharkFourSix
opened
1 year ago
0
Are there any plans for an updated version recently?
#488
leild
opened
1 year ago
1
Field name included in custom error messages
#487
jorgefuertes
opened
1 year ago
0
Updates
#486
mdapathy
closed
1 year ago
0
fatal error: concurrent map writes
#485
mycode65678
opened
1 year ago
0
Added IsE164 validation for struct fields
#484
pskiadas
opened
2 years ago
0
add IsPrivateIP
#483
hktalent
opened
2 years ago
0
Is this project abandoned? Is there an active fork of this repo?
#482
OscarVanL
opened
2 years ago
1
IsRequestURI fails for IPV6 URLs with interface
#481
tguenneguez
opened
2 years ago
0
How to do custom type conversion
#480
mycode65678
opened
2 years ago
0
Custom function validation doesn't work
#479
mycode65678
closed
2 years ago
0
Do not put any limit on maximum URL length
#478
ashishshinde-pubm
opened
2 years ago
0
IsRequestURI fails for non-absolute URLs
#477
andrewpmartinez
opened
2 years ago
0
need to validate ipv4:port string
#476
rfyiamcool
opened
2 years ago
0
How to do struct validation for slice of strings
#475
dancb10
opened
2 years ago
0
Validate time duration strings
#474
jirevwe
closed
2 years ago
0
Add context parameters to validators
#473
alexliesenfeld
closed
2 years ago
0
Add context support
#472
alexliesenfeld
closed
2 years ago
0
added IsInCSV to validator.go, issue #468
#471
doctorhoseinpour
opened
2 years ago
0
added IsDecimal function to validator.go, issue #467
#470
doctorhoseinpour
opened
2 years ago
0
Added 3 features ( IsWord, IsDecimal, IsInCSV) related to issue #466 , issue #467 , issue #468
#469
amirhossein-razlighi
opened
2 years ago
1
Need to check if a string is contained in a csv file or not
#468
amirhossein-razlighi
closed
7 months ago
0
Need to check if a string is Decimal or not
#467
amirhossein-razlighi
closed
7 months ago
0
Need to check if a string is word or not
#466
amirhossein-razlighi
closed
7 months ago
0
email adresses ending with dot bug fixed
#465
sarazm2000
opened
2 years ago
0
fix email bug and add couple of tests
#464
erfiboy
opened
2 years ago
0
fix map iterator
#463
sobhanatar
opened
2 years ago
0
buf fix . at end of email #458
#462
amm266
opened
2 years ago
1
Issues/317/supporting % in is url
#461
mhbahmani
opened
2 years ago
0
Validation of a pointer to a variable of type bool now checks the value of the variable, not the pointer
#460
wberdnik
opened
2 years ago
1
Multiple validation but with "OR" logic - e.g. valid:"host|ip"
#459
padurean
opened
2 years ago
0
Email addresses ending with a dot should fail validation
#458
razor-1
opened
3 years ago
0
use path/filepath instead of path
#457
mattn
opened
3 years ago
2
Fix issue# 454 validation of struct with generic map field
#456
dex80526
opened
3 years ago
1
Suggestion of the implementation of postal codes validation
#455
gabriellopes00
opened
3 years ago
2
Error in validating map[string]interface{} struct field
#454
dex80526
opened
3 years ago
0
feat: add IsPositive tag validator
#453
Jesse0Michael
opened
3 years ago
1
fix: support negative range values
#452
Jesse0Michael
opened
3 years ago
2
Fix: Checking of a Valid URL or not
#451
dipesh23-apt
opened
3 years ago
1
Custom validators should return error instead of boolean
#450
sergeyglazyrindev
opened
3 years ago
0
Next