You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ns-arazzo-1): add support for Arazzo 1.1.0 (#498)
Arazzo 1.1.0 renames Criterion Expression Type Object to Expression Type
Object, as it is now shared by Criterion Object and Selector Object.
Deprecated aliases are kept for backward compatibility.
Refs #297
Signed-off-by: Vladimir Gorej <vladimir.gorej@gmail.com>
@@ -13,9 +14,9 @@ You can install this package via [npm CLI](https://docs.npmjs.com/cli) by runnin
13
14
$ npm install @speclynx/apidom-ns-arazzo-1
14
15
```
15
16
16
-
## Arazzo 1.0.1 namespace
17
+
## Arazzo 1.1.0 namespace
17
18
18
-
Arazzo 1.0.1 namespace consists of [number of elements](https://github.com/speclynx/apidom/tree/main/packages/apidom-ns-arazzo-1/src/elements) implemented on top
19
+
Arazzo 1.1.0 namespace consists of [number of elements](https://github.com/speclynx/apidom/tree/main/packages/apidom-ns-arazzo-1/src/elements) implemented on top
19
20
of [primitive ones](https://github.com/speclynx/apidom/tree/main/packages/apidom-datamodel/src/primitives).
20
21
21
22
```js
@@ -157,7 +158,7 @@ import { parse } from '@speclynx/apidom-parser-adapter-yaml-1-2';
0 commit comments