Releases: janephp/janephp
Releases · janephp/janephp
v7.8.1
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
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
Added
- [JsonSchema] GH#725 Add discriminator support to anyOf
Fixed
- [JsonSchema] GH#807 Force classmap to be dumped multiline
v7.6.2
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
Changed
- [Jane] GH#792 Improve Normalizer generation by including null values or not
Fixed
- [Documentation] GH#791 OpenAPI binary name
v7.6.0
Changed
- [Jane] Add support for Symfony 7
Removed
- [OpenApi] Remove unused abandoned package "php-http/message-factory"
v7.5.5
Changed
- [JsonSchema] GH#698 Consider nullable property for minLengthValidator
Fixed
- [JsonSchema] GH#758 Fixed subproperty validator overwriting
v7.5.4
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
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
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