Skip to content

ChangeLog.devel

fge edited this page Sep 4, 2012 · 40 revisions

1.1.1

  • Add a JSON array representation to ValidationReport.
  • Re-introduce 1.0.x methods to JsonSchemaFactory and ValidationReport, but mark them as deprecated.
  • Some code cleanup.
  • Fix incorrect array index schema calculation when "items" is missing (backported to 1.0.x).

1.1.0

  • User API changes: JsonSchemaFactory now loads JsonSchema instances directly, no need to go through a SchemaContainer.
  • All $ref resolution failures (ref loops, non existing resource, malformed resource, unresolvable URI) are now fatal errors and stop validation immediately.
Clone this wiki locally