File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# jsonld ChangeLog
2
2
3
+ ### Notes
4
+ - ** 1.0.0** !
5
+ - [ Semantic Versioning] ( https://semver.org/ ) is now past the "initial
6
+ development" 0.x.y stage (after 7+ years!).
7
+ - [ Conformance] ( README.md#conformance ) :
8
+ - JSON-LD 1.0 + JSON-LD 1.0 errata
9
+ - JSON-LD 1.1 drafts
10
+ - Thanks to the JSON-LD and related communities and the many many people over
11
+ the years who contributed ideas, code, bug reports, and support!
12
+
3
13
### Added
4
14
- Expansion and Compaction using scoped contexts on property and ` @type ` terms.
5
15
- Expansion and Compaction of nested properties.
6
16
- Index graph containers using ` @id ` and ` @index ` , with ` @set ` variations.
7
17
- Index node objects using ` @id ` and ` @type ` , with ` @set ` variations.
8
18
- Framing default and named graphs in addition to merged graph.
9
- - Value patterns when framing, allowing a subset of values to appear in the output.
19
+ - Value patterns when framing, allowing a subset of values to appear in the
20
+ output.
10
21
11
22
## 0.5.21 - 2018-02-22
12
23
122
133
- Callbackify bugs.
123
134
- Document loaders.
124
135
- Request queue.
125
- - Handling of exceptios in callbacks.
136
+ - Handling of exceptions in callbacks.
126
137
127
138
### Added
128
139
- Various toRDF tests.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Use your favorite technology to load `node_modules/dist/jsonld.min.js`.
81
81
To use [ CDNJS] ( https://cdnjs.com/ ) include this script tag:
82
82
83
83
``` html
84
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jsonld/0.5.17 /jsonld.min.js" ></script >
84
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jsonld/1.0.0 /jsonld.min.js" ></script >
85
85
```
86
86
87
87
Check https://cdnjs.com/libraries/jsonld for the latest available version.
@@ -91,7 +91,7 @@ Check https://cdnjs.com/libraries/jsonld for the latest available version.
91
91
To use [ jsDeliver] ( https://www.jsdelivr.com/ ) include this script tag:
92
92
93
93
``` html
94
- <script src =" https://cdn.jsdelivr.net/npm/jsonld@0.5.17 /dist/jsonld.min.js" ></script >
94
+ <script src =" https://cdn.jsdelivr.net/npm/jsonld@1.0.0 /dist/jsonld.min.js" ></script >
95
95
```
96
96
97
97
See https://www.jsdelivr.com/package/npm/jsonld for the latest available version.
@@ -102,7 +102,7 @@ To use [unpkg](https://unpkg.com/) include this script tag:
102
102
103
103
``` html
104
104
105
- <script src =" https://unpkg.com/jsonld@0.5.17 /dist/jsonld.min.js" ></script >
105
+ <script src =" https://unpkg.com/jsonld@1.0.0 /dist/jsonld.min.js" ></script >
106
106
```
107
107
108
108
See https://unpkg.com/jsonld/ for the latest available version.
You can’t perform that action at this time.
0 commit comments