Publish v7.5.0
This commit is contained in:
parent
b73a7495fe
commit
90423573ab
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.5.0
|
## 2019-12-08, version 7.5.0
|
||||||
|
|
||||||
- Extended the callback `onValidationError` to also report parse errors,
|
- Extended the callback `onValidationError` to also report parse errors,
|
||||||
and distinguish between JSON schema validation errors and custom errors.
|
and distinguish between JSON schema validation errors and custom errors.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.4.0",
|
"version": "7.5.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.4.0",
|
"version": "7.5.0",
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue