Skip to content

Releases: ralvarezdev/go-validator

now, usernames can contain only alphanumeric characters

07 Mar 16:47
a2e4f0c
Compare
Choose a tag to compare
v0.5.33

refactor: now, usernames can contain only alphanumeric characters

added username validation to validator service

06 Mar 17:04
5093bcb
Compare
Choose a tag to compare
v0.5.32

feat: added username validation to validator service

added password validation to validator service

11 Feb 17:11
ba4be86
Compare
Choose a tag to compare
feat: added password validation to validator service

* Added password validation to validator service
* Added Birthdate and password validator options

removed error return parameter from validator service's Email and Birthdate functions

31 Jan 15:33
c3c8179
Compare
Choose a tag to compare
v0.5.29

refactor: removed error return parameter from validator service's Ema…

set the auxiliary validator function as a variadic parameter

31 Jan 15:06
0e5cbb4
Compare
Choose a tag to compare
v0.5.28

test: set the auxiliary validator function as a variadic parameter

added an auxiliary validator function to the CreateValidateFn

31 Jan 14:59
b1a5b1f
Compare
Choose a tag to compare
v0.5.27

test: added an auxiliary validator function to the CreateValidateFn

added Email and Birthdate functions to validator service (again)

31 Jan 13:17
4467e61
Compare
Choose a tag to compare
v0.5.26

feat: added Email and Birthdate functions to validator service (again)

added nil mapper checker on CreateValidateFn

31 Jan 12:43
cf885bf
Compare
Choose a tag to compare
v0.5.25

refactor: added nil mapper checker on CreateValidateFn

substituted validations service's Validate function by CreateValidateFn

31 Jan 12:36
8f2cf97
Compare
Choose a tag to compare
v0.5.24

refactor: substituted validations service's Validate function by Crea…

removed redundant code

28 Jan 00:20
f5ff417
Compare
Choose a tag to compare
refactor: removed redundant code

* Remove redundant code
* Upgraded dependencies