| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/nami/node_modules/JSV/ |
Upload File : |
# Changelog ## 4.0.2 (2012/07/11) * Replace "then" with correct "than" in all error messages. (Identified by stefanw) ## 4.0.1 (2012/05/09) * Fixed bug with extended schemas that contain a "pattern" attribute. (Identified by DrDyne) ## 4.0 (2011/08/23) * Added referencing to JSONSchema, allows for soft-linking to other schemas. * Environment option "validateReferences" now validates references at validation time for any environment. * Environment option "enforceReferences" will cause invalid references to throw an error at creation time for any environment. * Fixed floating point errors with "divisibleBy" attribute. * Fixed typo in JSV.clone. * Fixed typo in draft-03 hyper-schema.json. * Updated uri.js to latest version. * Fixed bug with Report#addError. (Identified by cellog) * ValidationError#details is now safe to stringify. * Removed JSONSchema#createEmptySchema. All empty schemas created by Environment#createEmptySchema now have the same URI (urn:jsv:empty-schema#). * Added example HTML page. ## 3.5 (2011/03/07) * Links to unregistered schemas will now throw an error. This can be disabled by setting the environment option "validateReferences" to false. * Environment#validate now catches errors (such as InitializationErrors) and adds them to it's returned report. * Report#addError now accepts instance/schema URI strings. * Fixed bug where empty schemas would not be registered. * Added private method Environment#_checkForInvalidInstances, for testing the reliability of circular schemas. * Fixed bug where schemas in the "disallow" attribute would not validate. (Identified by henchan) ## 3.4 (2011/03/06) * Fixed bug with "id", "$ref", "$schema" attributes not resolving properly under the "http://json-schema.org/draft-03/schema#" schema. (Identified by dougtreder) * Added dougtreder's referencing tests. ## Older Older releases were not documented. See git commit history for more information.