- Improved docs
server.Stop()
doesn't attempt to stop the server a second time if it was already stopped- Validation: added
validation.Context
accessors for current element path and array element errors - Validation: added
validation.Context
methodsAddValidationError
andAddValidationErrors
so validators can merge additional errors that may be coming from nested validation validation.Context
'sExtra
field is nevernil
- Fixed
OPTIONS
method not added to routes if their router inherited their CORS settings from parent router - Updated dependencies
- Improved language files unmarshal error messages