openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
JSV
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 1 of 3
Search / Filter on:
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)
Gary Court
More...
over 13 years ago
Replace in all comparisons "then" with correct "than"
Stefan Wehrmeyer
More...
over 13 years ago
Fixed bug with extended schemas that contain a "pattern" attribute. (Identified by DrDyne)
Gary Court
More...
almost 14 years ago
Updated URI library. Tests/example now use proper urn parsing.
Gary Court
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.
Gary Court
More...
over 14 years ago
ValidationError#details is now safe to stringify. Improved example page.
Gary Court
More...
over 14 years ago
Added example HTML page. Added missing doc files.
Gary Court
More...
over 14 years ago
Fixed floating point errors with "divisibleBy" attribute.
Gary Court
More...
over 14 years ago
Updated draft-02/01 to use references. Updated documentation.
Gary Court
More...
over 14 years ago
Schemas are properly rebuilt when it's schema has changed. More draft-03 changes.
Gary Court
More...
over 14 years ago
Draft-03 now fully uses references. Fixed bugs in last commit.
Gary Court
More...
over 14 years ago
Added references to JSONSchema, allows for soft-linking to other schemas. Tested working with draft-03.
Gary Court
More...
over 14 years ago
Updated uri.js, fixed bug with Report#addError() found by cellog.
Gary Court
More...
over 14 years ago
Fixed typo in draft-03 hyper-schema.
Gary Court
More...
almost 15 years ago
Merge pull request #16 from eirikurn/patch-1
Gary Court
More...
almost 15 years ago
Typo in clone()
Eiríkur Heiðar Nilsson
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)
Gary Court
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.
Gary Court
More...
about 15 years ago
npm requires version to be in format X.Y.Z
Silas Sewell
More...
about 15 years ago
Fixed type of dependency property in package.json
Jürgen Kartnaller
More...
about 15 years ago
Fixed missing semicolon.
Gary Court
More...
about 15 years ago
Fixed bug with "enum" and undefined instances.
Gary Court
More...
about 15 years ago
Added self referencing support to links.
Gary Court
More...
over 15 years ago
Draft-03 schema no longer depends on hyper-schema. Added latest JSON Schema links.
Gary Court
More...
over 15 years ago
Merge branch 'master' of github.com:garycourt/JSV
Gary Court
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.
Gary Court
More...
over 15 years ago
Updated documentation.
Gary Court
More...
over 15 years ago
Improved validation performance. Updated code to use Environment#setOption().
Gary Court
More...
over 15 years ago
Added Environment options, deprecated duplicate functionality.
Gary Court
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().
Gary Court
More...
over 15 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree