Skip to content

Releases: wol-soft/php-json-schema-model-generator-production

0.7.0

29 May 13:57
Compare
Choose a tag to compare

Serialization methods support a depth parameter defining the maximum level of object nesting

General Interface

10 Mar 14:58
Compare
Choose a tag to compare
  • Added JSONModelInterface implemented by each generated class
  • Added JSONModelValidationException to be able to catch validation exceptions independent of the configuration

Add trim filter

05 Mar 19:41
Compare
Choose a tag to compare

Provide the executable class for the trim filter

Namespace correction

02 Mar 13:17
Compare
Choose a tag to compare
0.4.0

Change namespace

Namespace correction

02 Mar 12:56
Compare
Choose a tag to compare

Skip this version

SerializationInterface and new namespace

02 Mar 12:31
8ce07ce
Compare
Choose a tag to compare

BREAKING CHANGES

  • Changed the namespace of the exceptions from PHPModelGeneratorException\ to PHPModelGenerator\Exception\
  • Added the SerializationInterface

0.1.0

13 Sep 09:56
Compare
Choose a tag to compare
Add exceptions