Releases: wol-soft/php-json-schema-model-generator-production
Releases · wol-soft/php-json-schema-model-generator-production
Skip serialization of internal properties
Skip the serialization of internal properties by detecting them via an underscore instead of tracking a list of internal properties
Strip sensitive data from serialized exceptions
0.14.0 By default strip sensitive data from serialized exceptions
Merge Serialization
0.13.0 Extend serialization to provide a merge strategy for a custom seriali…
0.12.2
0.12.1: Performance improvements (#5)
Performance tweaks
Rework Exceptions
Added specific exceptions for validation violations providing access to more detailed error informations
JsonSerializable
Added jsonSerialize to SerializableTrait to implement JsonSerializable with generated models