Sha256: df89dd63c6676db898dda027ad98b679ba48ac3976b05a512e80e1a985c84599

Contents?: true

Size: 1.93 KB

Versions: 2

Compression:

Stored size: 1.93 KB

Contents

# 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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/JSV/CHANGELOG.md
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/JSV/CHANGELOG.md