Releases: wol-soft/php-json-schema-model-generator-production
Releases · wol-soft/php-json-schema-model-generator-production
0.7.0
General Interface
- Added
JSONModelInterface
implemented by each generated class - Added
JSONModelValidationException
to be able to catch validation exceptions independent of the configuration
Add trim filter
Provide the executable class for the trim filter
Namespace correction
0.4.0 Change namespace
Namespace correction
Skip this version
SerializationInterface and new namespace
BREAKING CHANGES
- Changed the namespace of the exceptions from
PHPModelGeneratorException\
toPHPModelGenerator\Exception\
- Added the
SerializationInterface