Skip to content

Releases: skybet/govalidator

HOTFIX: Allowing upper and lowercase UUIDs

14 Oct 13:42
0af6955
Compare
Choose a tag to compare
Merge pull request #16 from skybet/GS-1926

[refs GS-1926] Correct regex and add tests

Allowing upper and lowercase UUIDs

10 Oct 16:38
35dd8de
Compare
Choose a tag to compare
Merge pull request #15 from skybet/GS-1926

[refs GS-1926] Change regex patterns to support upper and lower case …

Stop duplicate validation errors in a struct if the struct itself has a validation tag

05 Feb 16:30
ddb45dd
Compare
Choose a tag to compare

Validation tags added to fields that are structs end up re-running validation for the struct's fields. This can lead to duplicated validation errors.

This change fixes that for validation tags added to fields that are structs, or pointers to structs. It does NOT address issues with fields that are maps or slices of structs.

Fixing uuidv4 Path

23 Oct 16:15
8d2a534
Compare
Choose a tag to compare
Merge pull request #13 from skybet/fix-path-uuidv4

Fixing edgecase where path not set

Allowing left and right quotation marks in validation tags

14 Sep 08:32
3cf7736
Compare
Choose a tag to compare
Merge pull request #12 from skybet/GS-878

Add left and right quotation marks to characters allowed in validation tags

Validate float values of range validation tag

08 Aug 12:49
23ee1bf
Compare
Choose a tag to compare
Merge pull request #11 from skybet/GS-754

[refs GS-754] Prohibit incorrectly formatted options in range validator tag

Changing REGEX package

31 Jul 10:16
d008430
Compare
Choose a tag to compare
Merge pull request #10 from skybet/GS-754

[refs GS-754] Add support for regex lookahead and lookbehind

Allow decimals in range tag

26 Jul 13:13
9261099
Compare
Choose a tag to compare
Merge pull request #9 from skybet/GS-754

GS 754

Escaping Tags

24 Jul 14:02
44803ca
Compare
Choose a tag to compare
Merge pull request #8 from skybet/GS-754

[refs GS-754] remove double slashes from custom error messages