Releases: wol-soft/php-json-schema-model-generator-production
Releases · wol-soft/php-json-schema-model-generator-production
PHP8.4 compatibility
Enum Filter
- Add Enum Filter implementation
- Change message of InvalidTypeExceptions for objects to contain the fqcn of the provided object instead of "object"
0.18.1
0.18.0
0.17.2
0.17.1
Pattern Properties
Merge pull request #10 from wol-soft/PatternProperties Pattern properties
Format validations and conditional exceptions
Merge pull request #9 from wol-soft/FormatValidation Format validation
Fix function name collision
* Objects with properties `value` and a custom serializer for the property will generate a method `serializeValue` which will collide with the internal function `serializeValue` * Rename all functions starting with `get*` to avoid further collisions