Skip to content

Releases: swaggest/php-json-schema

v0.12.12: Merge pull request #77 from emodric/patch-1

04 Aug 14:16
e1fcf01
Compare
Choose a tag to compare
Check for null before accessing the array offset

v0.12.11

22 Jun 18:06
e4a5429
Compare
Choose a tag to compare
Switch to codecov (#76)

v0.12.10: getAdditionalPropertyNames cause a warning if null (#75)

16 May 12:33
Compare
Choose a tag to compare
* bugfix - getAdditionalPropertyNames warning if null

* return empty array and improve performance

Co-Authored-By: Viacheslav Poturaev <vearutop@users.noreply.github.com>

v0.12.9: Add failed schema accessor (#74)

24 Apr 12:46
29125e5
Compare
Choose a tag to compare
Add InvalidValue->getFailedSubSchema to receive schema that failed validation, resolves #73

v0.12.8: Merge pull request #72 from swaggest/regex-delim

16 Apr 16:06
def5ca5
Compare
Choose a tag to compare
Improve regex delimiters, fixes #71

v0.12.7: Merge pull request #69 from swaggest/issue-66

27 Jan 23:27
d404217
Compare
Choose a tag to compare
Fix ref resolver with nested identifiers

v0.12.6

16 Dec 16:38
93347a5
Compare
Choose a tag to compare
Fix additionalProperties check (#64)

v0.12.5: #58 add support for native classes as data (#59)

11 Nov 11:47
cb1e65c
Compare
Choose a tag to compare
#58 add support for native classes as data

v0.12.4: Merge pull request #54 from swaggest/update-test-suite

30 Jul 10:54
b603aaa
Compare
Choose a tag to compare
update JSON-Schema-Test-Suite, AJV test suite and fix failed tests

v0.12.3: Merge pull request #49 from martinhartmann/master

13 Jul 11:32
6bd7bf9
Compare
Choose a tag to compare
Proper URL decoding on file:/// references