Skip to content

Releases: janephp/janephp

v7.8.1

29 Jul 14:14
44841a5
Compare
Choose a tag to compare

Fixed

  • [JsonSchema] GH#819 Fix fully qualified name generation in Normalizers
  • [JsonSchema] GH#818 Add null safe method calls for nullable date and datetime properties for normalizer generation
  • [JsonSchema] GH#821 JaneObjectNormalizer::getSupportedTypes is now produced multiline

v7.8.0

04 Jul 08:33
9788f8f
Compare
Choose a tag to compare

Added

  • [Jane] GH#809 Add support for PHP Parser v5

Fixed

  • [JsonSchema][OpenApiCommon] GH#811 add Symfony command configure() void return, avoid deprecations

v7.7.0

27 Jun 18:05
bc9d0b9
Compare
Choose a tag to compare

Added

  • [JsonSchema] GH#725 Add discriminator support to anyOf

Fixed

  • [JsonSchema] GH#807 Force classmap to be dumped multiline

v7.6.2

23 May 06:44
28965f8
Compare
Choose a tag to compare

Fixed

  • [JsonSchema] GH#799 Do not implement CacheableSupportsMethodInterface when generating SF7 normalizers for schema and schema object properties
  • [JsonSchema] GH#798 Do not implements CacheableSupportsMethodInterface when generating SF7 normalizers

v7.6.1

12 Mar 10:28
ee637d0
Compare
Choose a tag to compare

Changed

  • [Jane] GH#792 Improve Normalizer generation by including null values or not

Fixed

  • [Documentation] GH#791 OpenAPI binary name

v7.6.0

31 Jan 09:57
f9b3a40
Compare
Choose a tag to compare

Changed

  • [Jane] Add support for Symfony 7

Removed

  • [OpenApi] Remove unused abandoned package "php-http/message-factory"

v7.5.5

20 Nov 09:24
bd0244d
Compare
Choose a tag to compare

Changed

  • [JsonSchema] GH#698 Consider nullable property for minLengthValidator

Fixed

  • [JsonSchema] GH#758 Fixed subproperty validator overwriting

v7.5.4

09 Oct 12:42
491c022
Compare
Choose a tag to compare

Changed

  • [Jane] GH#748 Move PHP CS Fixer to a separate composer.json file
  • [JsonSchema] GH#747 Allow league/uri v7
  • [OpenApiCommon] GH#750 Replace 'findUrlFactory' with 'findUriFactory'

Removed

v7.5.3

04 Aug 08:59
0695b37
Compare
Choose a tag to compare

Changed

  • [JsonSchema] GH#436 Better PHPDoc for generated Map type properties

Fixed

  • [AutoMapper] GH#742 Always require registry during cache warmup
  • [AutoMapper] GH#741 #[MapToContext] should accept virtual properties

v7.5.2

10 Jul 09:32
fd55ea5
Compare
Choose a tag to compare

Added

  • [AutoMapper] GH#733 Configure date format with context
  • [AutoMapper] GH#731 Introduce new attribute MapToContext

Fixed

  • [AutoMapper] GH#734 Cache warmer should generate mappers for nested classes
  • [JsonSchema] GH#739 Add getSupportedTypes method to generated Normalizers