- 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)
- 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 releases were not documented. See git commit history for more information.