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

Changelog History
Page 3

  • v6.3.7 Changes

    March 26, 2021

    ๐Ÿ›  Fixed

    • [JsonSchema] GH#521 Fix normalizer mapping for reserved PHP names in JaneObjectNormalizer
  • v6.3.6 Changes

    March 16, 2021

    ๐Ÿ›  Fixed

    • [OpenAPI] GH#513 Fix method name in exceptions
    • ๐Ÿ‘ป [OpenAPI] GH#514 Fix high level exception that can start with number
  • v6.3.5 Changes

    March 12, 2021

    ๐Ÿ›  Fixed

    • [OpenAPI] GH#511 Fix is_file char limit
  • v6.3.4 Changes

    March 11, 2021

    ๐Ÿ”„ Changed

    • [OpenAPI] GH#508 Improve exceptions to have higher-level exceptions

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ [Jane] GH#502 PHP 8 support
    • ๐Ÿ‘ป [OpenAPI] GH#509 Fix exception reserved variable keywords
  • v6.3.3 Changes

    February 10, 2021

    โž• Added

    • [OpenAPI] GH#500 Bring ability skip query / header check

    ๐Ÿ”„ Changed

    • [AutoMapper] GH#498 Improve FileLoader: do not use registry at all when hot reload is disabled.
    • [AutoMapper] GH#498 When using bundle: automatically disable hot reload when not in debug mode.

    ๐Ÿ›  Fixed

    • [OpenAPI] GH#497 Fixing a whitelisted paths notation in OpenAPI 2 and 3 guessers
  • v6.3.2 Changes

    December 23, 2020

    ๐Ÿ”„ Changed

    • [AutoMapper] GH#465 Allow dateTimeFormat customisation when initialising
    • ๐Ÿ‘ [Jane] GH#483 PHP 8 support

    ๐Ÿ›  Fixed

    • [OpenAPI] GH#472 Check if contentType is null before passing to mb_strpos
    • [OpenAPI] GH#480 Allow null for non required request body
    • [OpenAPI] GH#482 Fix ExceptionGenerator
    • [OpenAPI] GH#484 Handle multipart body integer as string

    ๐Ÿ“š Documentation

    • ๐Ÿ›  [OpenAPI] GH#477 Fixed typo about usage with Symfony recipe
  • v6.3.1 Changes

    November 24, 2020

    ๐Ÿ›  Fixed

    • โšก๏ธ [Jane] GH#463 Update version deps
  • v6.3.0 Changes

    November 22, 2020

    โž• Added

    • ๐Ÿ”ง [AutoMapper] GH#443 Add configuration to use custom NameConverter
    • [AutoMapper] GH#446 Add autoconfigure on TransformerFactoryInterface
    • ๐Ÿ”ง [AutoMapper] GH#453 Introducing autoregistering of custom Mapper configuration

    ๐Ÿ”„ Changed

    • [AutoMapper] GH#431 Add a second parameter to forMember with target object
    • [AutoMapper] GH#452 Improve ClassLoaderInterface service definition
  • v6.2.5 Changes

    November 18, 2020

    ๐Ÿ›  Fixed

    • [AutoMapper] GH#426 Fix mapping for empty collection value on an array property
    • ๐Ÿšš [OpenAPI] GH#444 Remove unused files
    • [OpenAPI] GH#447 Fix errors caused by empty responses in OpenAPI specs

    ๐Ÿ“š Documentation

    • ๐Ÿ“š [OpenAPI] GH#438 Fix documentation namespaces for consistency
  • v6.2.4 Changes

    October 02, 2020

    ๐Ÿ›  Fixed

    • [Jane] GH#423 Skip required fields in Normalizer generation