File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 33### Fixed
44- More support for ` "@type": "@none" ` .
55- 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.
1018
1119## 2.0.2 - 2020-01-17
1220
2230
2331### Fixed
2432- 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.
3233
3334## 2.0.0 - 2019-12-09
3435
You can’t perform that action at this time.
0 commit comments