Skip to content

Release 6.1

Choose a tag to compare

@deankarn deankarn released this 27 Jul 21:26
· 39 commits to v6 since this release

Updated "required" validation logic & updated invalid field type handling

updated required validator to check for a nil value for types:
slice, map, pointer, interface, channel and function.

updated traverseField to handle invalid field type.