Skip to content

v6.3.0

Compare
Choose a tag to compare
@MarcinOrlowski MarcinOrlowski released this 02 Nov 18:39
· 786 commits to master since this release
65b5b35
  • BACKWARD INCOMPATIBLE CHANGES (more info)
  • Signature of ResponseBuilder::buildResponse() changed to allow customization of final message 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.