Skip to content

Commit

Permalink
Merge pull request #203 from ergebnis/fix/remove
Browse files Browse the repository at this point in the history
Fix: Remove `ResolvedToRootSchema`
  • Loading branch information
localheinz committed Jan 30, 2022
2 parents 2650503 + 25558df commit 3a364fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 71 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,11 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.0.0...main`][2.0.0...main].

## [`3.0.0`][3.0.0]

For a full diff see [`2.0.0...3.0.0`][2.0.0...3.0.0].

### Changed

- Required [`ergebnis/json-pointer`](https://github.com/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]

### Removed

- Removed `Exception\ResolvedToRootSchema` ([#203]), by [@localheinz]

## [`2.0.0`][2.0.0]

For a full diff see [`1.0.0...2.0.0`][1.0.0...2.0.0].
Expand Down Expand Up @@ -49,10 +57,12 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].

[1.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/1.0.0
[2.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/2.0.0
[3.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/3.0.0

[dcd4cfb...1.0.0]: https://github.com/ergebnis/json-schema-validator/compare/dcd4cfb...1.0.0
[1.0.0...2.0.0]: https://github.com/ergebnis/json-schema-validator/compare/1.0.0...2.0.0
[2.0.0...main]: https://github.com/ergebnis/json-schema-validator/compare/2.0.0...main
[2.0.0...3.0.0]: https://github.com/ergebnis/json-schema-validator/compare/2.0.0...3.0.0
[3.0.0...main]: https://github.com/ergebnis/json-schema-validator/compare/3.0.0...main

[#2]: https://github.com/ergebnis/json-schema-validator/pull/2
[#3]: https://github.com/ergebnis/json-schema-validator/pull/3
Expand All @@ -73,5 +83,6 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].
[#172]: https://github.com/ergebnis/json-schema-validator/pull/172
[#195]: https://github.com/ergebnis/json-schema-validator/pull/195
[#202]: https://github.com/ergebnis/json-schema-validator/pull/202
[#203]: https://github.com/ergebnis/json-schema-validator/pull/203

[@localheinz]: https://github.com/localheinz
27 changes: 0 additions & 27 deletions src/Exception/ResolvedToRootSchema.php

This file was deleted.

42 changes: 0 additions & 42 deletions test/Unit/Exception/ResolvedToRootSchemaTest.php

This file was deleted.

1 change: 0 additions & 1 deletion test/Unit/SchemaValidatorTest.php
Expand Up @@ -28,7 +28,6 @@
* @covers \Ergebnis\Json\SchemaValidator\SchemaValidator
*
* @uses \Ergebnis\Json\SchemaValidator\Exception\CanNotResolve
* @uses \Ergebnis\Json\SchemaValidator\Exception\ResolvedToRootSchema
* @uses \Ergebnis\Json\SchemaValidator\Json
* @uses \Ergebnis\Json\SchemaValidator\JsonPointer
* @uses \Ergebnis\Json\SchemaValidator\Message
Expand Down

0 comments on commit 3a364fc

Please sign in to comment.