Releases: janephp/janephp
Releases · janephp/janephp
v7.9.0
Added
- [Jane] GH#836 Run test suite with PHP 8.3 & PHP 8.4
- [Jane] GH#843 Add PHP 8.4 support
- [Jane] GH#842 Add Symfony 7.2 support & remove deprecations
Changed
- [CI] GH#852 Update PHP-CS-Fixer to v3.75.0
- [OpenAPI] GH#835 Add array support in simple style path parameters
Fixed
- [PHP] GH#842 Fix generated files to be compatible with PHP 8.4
- [CI] GH#850 Update GH actions/cache to v4
- [OpenApi] GH#845 Content / breaks generated Endpoint PHP class
- [JsonSchema] GH#846 Cast integer data to bool for boolean fields when integer is in data
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