Skip to content

Releases: ralvarezdev/go-validator

modified some structs definitions to match with the corresponding interfaces (part II)

23 Dec 16:06
1751cfd
Compare
Choose a tag to compare
v0.3.4

fix: modified some structs definitions to match with the correspondin…

added NilServiceError

23 Dec 16:00
9a0f514
Compare
Choose a tag to compare
v0.3.3

minor: added NilServiceError

modified some structs definitions to match with the corresponding interfaces

23 Dec 15:48
72ccb2a
Compare
Choose a tag to compare
v0.3.2

fix: modified some structs definitions to match with the correspondin…

removed the 'fields' field from the validations DefaultValidator struct

23 Dec 15:39
af334ca
Compare
Choose a tag to compare
v0.3.1

refactor: removed the 'fields' field from the validations DefaultVali…

added mapper Generator, Validations Validator and validations Generator interfaces

23 Dec 15:18
7791ff3
Compare
Choose a tag to compare
v0.3.0

feat: added mapper Generator, Validations Validator and validations G…

Modified CheckValidations function return values from the Validator service implementation

22 Dec 16:45
102f9fe
Compare
Choose a tag to compare
refactor: Modified CheckValidations function return values

* Modified CheckValidations function return values from the Validator service implementation

Added validator service

18 Dec 19:23
7d0fb6b
Compare
Choose a tag to compare
v0.2.0

feat: Added validator service

Added Protobuf and JSON struct validator

18 Dec 15:59
a6655f9
Compare
Choose a tag to compare
feat: Added Protobuf and JSON struct validator

* Added Protobuf and JSON struct validator through reflection based on their tags
* Forked from 'github.com/pixel-plaza-dev/uru-databases-2-go-service-common'