Skip to content

Commit 303bc58

Browse files
committed
Fix changelog.
1 parent 5183237 commit 303bc58

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

CHANGELOG.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
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

@@ -22,13 +30,6 @@
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

0 commit comments

Comments
 (0)