Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 716 Bytes

Change Log

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.

[Unreleased]

[2.6.1] - 2016-02-26

Fixed

  • Made sure schemas of an unrecognized type raise a SchemaParseError (not Name error)

Changed

  • Readme was converted from textile to markdown

[2.6.0] - 2016-01-08

Added

  • Added a changelog

Changed

  • Improved performance by caching the parsing and normalization of URIs
  • Made validation failures raise a JSON::Schema::SchemaParseError and data loading failures a JSON::Schema::JsonLoadError