forked from java-json-tools/json-schema-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francis Galiegue <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
### RESET | ||
### 2.2.6 | ||
|
||
* Fix issue #112: fix circular validation detection; use a "validation stack" to | ||
detect and spot those situations. | ||
* Depend on -core 1.2.5. | ||
* Update dependencies for libphonenumber, jsr305. | ||
|
||
### 2.2.5 | ||
|
||
* Fix issue #102: detect, and fail on, circular validation. | ||
* Simplify ValidationProcessor. | ||
* Remove one-jar generation; the -lib jar now includes Main-Class. | ||
|
||
### 2.2.4 | ||
|
||
* Add a "lib" target to the build. | ||
* Issue #99: append syntax errors when throwing an InvalidSchemaException. | ||
* Issue #100: attempt to load resources from the context classloader if loading | ||
from JsonLoader.class fails. | ||
|
||
### 2.2.3 | ||
|
||
* Re-release... 2.2.2 was compiled with JDK 8 :/ | ||
|
||
### 2.2.2 | ||
|
||
* Depend on -core 1.2.1 to work around Rhino bug with other packages sealing the | ||
context. | ||
|
||
### 2.2.1 | ||
|
||
* Main now uses current working directory as default URI namespace. | ||
|
||
### 2.2.0 | ||
|
||
* New major release. | ||
|