v6.3.0
- BACKWARD INCOMPATIBLE CHANGES (more info)
- Signature of
ResponseBuilder::buildResponse()
changed to allow customization of finalmessage
entry (@hawezo). - Moved all code that produces messages for API codes to
ResponseBuilder::getMessageForApiCode()
. - Added
Validator::assertType()
helper method that validates var against set of allowed types. - Added
Validator::assertString()
helper.