Skip to content

Latest commit

History

History
152 lines (108 loc) 路 6.47 KB

CHANGELOG.md

File metadata and controls

152 lines (108 loc) 路 6.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see 4.2.0...main.

For a full diff see 4.1.0...4.2.0.

Changed

For a full diff see 4.0.0...4.1.0.

Changed

For a full diff see 3.2.0...4.0.0.

Removed

  • Started using ergebnis/json and removed Json, Exception\CanNotBeRead, Exception\DoesNotExist, and Exception\InvalidJson ([#292]), by @localheinz

For a full diff see 3.1.0...3.2.0.

Changed

For a full diff see 3.0.0...3.1.0.

Changed

  • Required ergebnis/json-pointer:^3.0.0 (#226), by [@dependabot]

For a full diff see 2.0.0...3.0.0.

Changed

  • Required ergebnis/json-pointer (#195), by @localheinz
  • Started throwing an Exception\CanNotResolve exception instead of an Exception\ResolvedToRootSchema when the JsonPointer is not a valid URI fragment identifier representation of a JSON pointer (#202), by @localheinz
  • Started using Ergebnis\Json\Pointer\JsonPointer instead of Ergebnis\Json\SchemaValidator\JsonPointer (#200), by @localheinz

Removed

For a full diff see 1.0.0...2.0.0.

Added

Changed

For a full diff see dcd4cfb...1.0.0.

Added