Skip to content

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

PHP8.4 compatibility

25 Nov 12:09
0b0a539
Compare
Choose a tag to compare
0.19.1

Update ValidationException.php

Enum Filter

17 Oct 09:46
01dfe21
Compare
Choose a tag to compare
  • Add Enum Filter implementation
  • Change message of InvalidTypeExceptions for objects to contain the fqcn of the provided object instead of "object"

0.18.1

07 Jun 12:23
Compare
Choose a tag to compare
Skip optional values which were not provided in the data in the seria…

0.18.0

17 Oct 10:58
Compare
Choose a tag to compare

Add the ValidateOptionsInterface to validate the options of filter implementations

0.17.2

29 Nov 11:50
85ffedc
Compare
Choose a tag to compare
Suppress PHP8.1 deprecation notice to keep up PHP7 support

0.17.1

29 Nov 11:42
92dace2
Compare
Choose a tag to compare
Suppress PHP8.1 notice

Pattern Properties

08 Jul 14:03
629faf3
Compare
Choose a tag to compare
Merge pull request #10 from wol-soft/PatternProperties

Pattern properties

Format validations and conditional exceptions

10 Feb 10:38
6d1bb95
Compare
Choose a tag to compare
Merge pull request #9 from wol-soft/FormatValidation

Format validation

Fix function name collision

29 Jan 13:56
6af5dcd
Compare
Choose a tag to compare
* 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

0.15.1

28 Jan 11:17
ae6f3c6
Compare
Choose a tag to compare
The ConditionalException must not be abstract