All notable changes to this project will be documented in this file. Please keep to the changelog format described on keepachangelog.com. This project adheres to Semantic Versioning.
- Made sure schemas of an unrecognized type raise a SchemaParseError (not Name error)
- Readme was converted from textile to markdown
- Added a changelog
- Improved performance by caching the parsing and normalization of URIs
- Made validation failures raise a
JSON::Schema::SchemaParseError
and data loading failures aJSON::Schema::JsonLoadError