All Versions
60
Latest Version
Avg Release Cycle
32 days
Latest Release
575 days ago

Changelog History
Page 1

  • v7.3.2 Changes

    September 21, 2022

    โž• Added

    • ๐Ÿ‘ [OpenAPI] GH#665 Support API Platform and different response content types; application/ld+json application/hal+json application/vnd.api+json, through optional accept headers in Client methods.
    • ๐Ÿ‘ [OpenAPI] GH#656 Support anyOf reference or null property in schema

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ [OpenAPI] GH#647 Support inheritance using discriminator with mapping
    • [JsonSchema] GH#640 GH#651 Rework Validation

    ๐Ÿ›  Fixed

    • [OpenAPI] GH#636 Fixing issue with http_query_build and QS array variables
  • v7.3.1 Changes

    August 22, 2022

    ๐Ÿ”„ Changed

    • [JsonSchema] GH#643 Correctly handle floats that look like integer
    • [JsonSchema] GH#644 Since symfony 5, constraint Length with min option allows empty string
    • ๐ŸŒฒ [JsonSchema] GH#639 Report the actual validation errors when logging validation error

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#645 Fix nullable incompatibility between JsonSchema/OpenAPI versions
  • v7.3.0 Changes

    August 03, 2022

    โž• 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.
  • v7.2.5 Changes

    July 01, 2022

    โž• Added

    • [JsonSchema] GH#627 Added a way to skip validation in Normalizer context
  • v7.2.4 Changes

    June 15, 2022

    ๐Ÿ›  Fixed

    • [AutoMapper] GH#624 AutoMapper directory creation should be out of registry functions
  • v7.2.3 Changes

    June 15, 2022

    ๐Ÿ”„ Changed

    • [AutoMapper] GH#623 We don't need registry when not hot reloading
  • v7.2.2 Changes

    March 21, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ”’ [AutoMapper] GH#606 Lock file when writing in AutoMapper registry
  • v7.2.1 Changes

    March 05, 2022

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#602 Add defensive code to avoid null object usage
    • [JsonSchema] GH#603 Add Validation compatibility for OpenApi components

    ๐Ÿ“š Documentation

    • ๐Ÿ›  [AutoMapper] GH#600 Fixed link to transformer examples
  • v7.2.0 Changes

    February 17, 2022

    โž• Added

    • [JsonSchema] GH#405 Validation

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#595 Fix "oneOf" with nullable
  • v7.1.7 Changes

    February 03, 2022

    โž• Added

    • [OpenApi3] GH#586 Ability to customize strings field normalization/denormalization based on format keyword

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#587 Prefix property starting with number with 'n'
    • [OpenApi] GH#593 Add type hints to exceptions, cleanup parent constructor call
    • [OpenApi3] GH#592 Fix issue in whitelisting when having referenced schema in referenced responses
    • [AutoMapper] GH#594 Issue when no targetTypes in BuiltinTransformer