Jane v7.3.0 Release Notes

Release Date: 2022-08-03 // over 1 year ago
  • โž• Added

    • [JsonSchema] GH#632 Validation - Check for nullable field values
    • [OpenApi] GH#634 Make a new method to get an endpoint raw response

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ [OpenApi] GH#634 Using Client::executeEndpoint method with $fetch parameter equals to response is deprecated, use Client::executeRawEndpoint instead.

    โœ‚ Removed

    • ๐ŸŒ [OpenApi] GH#635 Remove symfony/translation-contracts dependency

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#629 Handle validation when fields has no validation guess
    • ๐Ÿšš [OpenApi] GH#633 Remove null from endpoint @return statement if unexpected status code is to be thrown.