0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incremented version number to 4.0.2: * Replace "then" with correct "than" in all error messages. (Identified by stefanw) More... over 13 years ago
Replace in all comparisons "then" with correct "than" More... over 13 years ago
Fixed bug with extended schemas that contain a "pattern" attribute. (Identified by DrDyne) More... almost 14 years ago
Updated URI library. Tests/example now use proper urn parsing. More... over 14 years ago
All empty schemas created by Environment#createEmptySchema now have the same URI (urn:jsv:empty-schema#). Removed JSONSchema#createEmptySchema. Updated documentation. More... over 14 years ago
ValidationError#details is now safe to stringify. Improved example page. More... over 14 years ago
Added example HTML page. Added missing doc files. More... over 14 years ago
Fixed floating point errors with "divisibleBy" attribute. More... over 14 years ago
Updated draft-02/01 to use references. Updated documentation. More... over 14 years ago
Schemas are properly rebuilt when it's schema has changed. More draft-03 changes. More... over 14 years ago
Draft-03 now fully uses references. Fixed bugs in last commit. More... over 14 years ago
Added references to JSONSchema, allows for soft-linking to other schemas. Tested working with draft-03. More... over 14 years ago
Updated uri.js, fixed bug with Report#addError() found by cellog. More... over 14 years ago
Fixed typo in draft-03 hyper-schema. More... almost 15 years ago
Merge pull request #16 from eirikurn/patch-1 More... almost 15 years ago
Typo in clone() More... almost 15 years ago
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) More... about 15 years ago
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. More... about 15 years ago
npm requires version to be in format X.Y.Z More... about 15 years ago
Fixed type of dependency property in package.json More... about 15 years ago
Fixed missing semicolon. More... about 15 years ago
Fixed bug with "enum" and undefined instances. More... about 15 years ago
Added self referencing support to links. More... over 15 years ago
Draft-03 schema no longer depends on hyper-schema. Added latest JSON Schema links. More... over 15 years ago
Merge branch 'master' of github.com:garycourt/JSV More... over 15 years ago
Added new environment that supports json-schema-draft-03. Wrote new unit tests and schemas for draft-03. Added JSV.popFirst(). Improved caching of JSONSchema#getAttribute(). Fixed bug in JSV.inherits(). Updated older environments to use relative references internally. Fixed bug with "divisibleBy"'s default value. More... over 15 years ago
Updated documentation. More... over 15 years ago
Improved validation performance. Updated code to use Environment#setOption(). More... over 15 years ago
Added Environment options, deprecated duplicate functionality. More... over 15 years ago
Validators are now passed the name of the instance being validated. Replaced merge algorithm to one that is JSON Schema compliant. Added JSONSchema.prototype.getAttributes(). More... over 15 years ago