Skip to content

v5.3.0

Compare
Choose a tag to compare
@Korbeil Korbeil released this 15 Jan 19:05
· 252 commits to master since this release
3001d5c

Added

  • [OpenAPI] GH#177 Authentication feature
  • [Jane] GH#210 Added JaneObjectNormalizer to lazy-load Normalizer when needed
  • [OpenAPI] GH#206 OpenAPI 2 component
  • [AutoMapper] GH#214 Added a quick documentation about the AutoMapper
  • [Jane] GH#223 Add test with lowest dependencies

Changed

  • [Jane] GH#212 Improve sorting in MultiType guesser
  • [Jane] GH#213 More explicit message for denormalize exceptions
  • [Jane] GH#220 Upgrade phpunit to v8.x
  • [Jane] GH#224 Added typehints onto all methods & parameters and fixing obvious AST miss-match

Deprecated

  • [Jane] GH#210 NormalizerFactory is now deprecated, you should use JaneObjectNormalizer
  • [OpenAPI] GH#206 Branch 4.x & all v4.x tags are now deprecated, you should use last OpenAPI 2 component
  • [OpenAPI] GH#206 OpenAPI component is now deprecated, you should use OpenAPI 3 component

Removed

  • [OpenAPI] GH#216 Removed out-of-date USAGE instructions
  • [Jane] GH#222 Remove coveralls integration

Fixed

  • [OpenAPI] GH#218 Fixed ServerPluginGenerator by not using instance variables
  • [OpenAPI] GH#217 Missing requestBody Reference handling
  • [Jane] GH#227 Fixing JSON Pointer being created too much times
  • [OpenAPI] GH#226 Missing non-body parameters Reference handling
  • [OpenAPI] GH#230 Better handling of nullable properties (& strict mode) in Normalizers