codemirror-json-schema
Advanced tools
Comparing version 0.7.0 to 0.7.1
# codemirror-json-schema | ||
## 0.7.1 | ||
### Patch Changes | ||
- [`8b311fe`](https://github.com/acao/codemirror-json-schema/commit/8b311fe1fe48ba5cf209ae5d9524f0df6d0fba55) Thanks [@acao](https://github.com/acao)! - Add MIT license via @imolorhe | ||
## 0.7.0 | ||
@@ -4,0 +10,0 @@ |
@@ -45,3 +45,3 @@ [codemirror-json-schema](../README.md) / JSONValidationOptions | ||
[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L43) | ||
[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L43) | ||
@@ -70,3 +70,3 @@ ## Properties | ||
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L42) | ||
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L42) | ||
@@ -81,2 +81,2 @@ --- | ||
[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L41) | ||
[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L41) |
@@ -70,3 +70,3 @@ codemirror-json-schema | ||
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/c694451/src/bundled.ts#L15) | ||
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/bundled.ts#L15) | ||
@@ -105,3 +105,3 @@ ## Codemirror Extensions | ||
[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-completion.ts#L936) | ||
[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-completion.ts#L936) | ||
@@ -142,3 +142,3 @@ ___ | ||
[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L45) | ||
[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L45) | ||
@@ -177,3 +177,3 @@ ___ | ||
[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L58) | ||
[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L58) | ||
@@ -201,3 +201,3 @@ ## Utilities | ||
[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L85) | ||
[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L85) | ||
@@ -227,3 +227,3 @@ ___ | ||
[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L68) | ||
[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L68) | ||
@@ -255,3 +255,3 @@ ___ | ||
[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/parseJSONDocument.ts#L24) | ||
[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L24) | ||
@@ -283,3 +283,3 @@ ___ | ||
[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/parseJSONDocument.ts#L10) | ||
[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L10) | ||
@@ -304,3 +304,3 @@ ## Functions | ||
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L25) | ||
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L25) | ||
@@ -327,3 +327,3 @@ ___ | ||
[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L31) | ||
[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L31) | ||
@@ -348,3 +348,3 @@ ___ | ||
[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L48) | ||
[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L48) | ||
@@ -370,3 +370,3 @@ ___ | ||
[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L18) | ||
[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L18) | ||
@@ -391,3 +391,3 @@ ___ | ||
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L29) | ||
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L29) | ||
@@ -413,3 +413,3 @@ ___ | ||
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L19) | ||
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L19) | ||
@@ -431,3 +431,3 @@ ## Type Aliases | ||
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L18) | ||
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L18) | ||
@@ -442,3 +442,3 @@ ___ | ||
[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L20) | ||
[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L20) | ||
@@ -462,3 +462,3 @@ ___ | ||
[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L24) | ||
[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L24) | ||
@@ -480,3 +480,3 @@ ___ | ||
[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L6) | ||
[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L6) | ||
@@ -500,3 +500,3 @@ ___ | ||
[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L11) | ||
[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L11) | ||
@@ -511,3 +511,3 @@ ___ | ||
[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L20) | ||
[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L20) | ||
@@ -522,2 +522,2 @@ ## Variables | ||
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L6) | ||
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L6) |
{ | ||
"name": "codemirror-json-schema", | ||
"license": "MIT", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
200041
115