File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 3
3
### Fixed
4
4
- More support for ` "@type": "@none" ` .
5
5
- JSON literal value handling issues (` null ` and ` [] ` ).
6
- - Always pass typeScopedContext to _ expandObject.
7
- - Allow a keyword to exist when expanding in _ expandObject when the key is ` @included ` or ` @type ` .
8
- - Improve isDouble to look for big integers.
9
- - URI removeDotSegments only ensures preceding '/' if was already absolute.
6
+ - Always pass ` typeScopedContext ` to ` _expandObject ` .
7
+ - Allow a keyword to exist when expanding in ` _expandObject ` when the key is
8
+ ` @included ` or ` @type ` .
9
+ - Improve ` isDouble ` to look for big integers.
10
+ - URI ` removeDotSegments ` only ensures preceding '/' if was already absolute.
11
+ - Do minimal checking to see if IRIs are valid by making sure they contain no
12
+ whitespace.
13
+ - Terms of the form of an IRI must map to the same IRI.
14
+ - Terms of the form of a relative IRI may not be used as prefixes.
15
+
16
+ ### Changed
17
+ - Keep term definitions mapping to null so they may be protected.
10
18
11
19
## 2.0.2 - 2020-01-17
12
20
22
30
23
31
### Fixed
24
32
- JSON literal value handling issues.
25
- - Do minimal checking to see if IRIs are valid by making sure they contain
26
- no whitespace.
27
- - Terms of the form of an IRI must map to the same IRI.
28
- - Terms of the form of a relative IRI may not be used as prefixes.
29
-
30
- ### Changed
31
- - Keep term definitions mapping to null so they may be protected.
32
33
33
34
## 2.0.0 - 2019-12-09
34
35
You can’t perform that action at this time.
0 commit comments