Skip to content

v1.0.1

Compare
Choose a tag to compare
@netr netr released this 09 Apr 07:01
· 2 commits to master since this release
f5cb803

Fixed a validation bug in the Validate() function. Previously, the BodyParser() was prematurely propagating errors when the types of variables within a struct did not unmarshal (typically from JSON) properly. This would cause the function to stop and return an error, even before all the required validations were done.