File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.0.0 - 2019-xx-xx
4
4
5
+ ### Notes
6
+ - An important ** BREAKING** change in this release is the removal of callback
7
+ support in favor of Promises and async/await. This release does ** not**
8
+ include a backwards compatible layer. If you need callback support, please
9
+ use the 1.x releases, the Node.js ` callbackify ` feature, or another similar
10
+ utility library. Suggestions on how best to provide a backwards compatibility
11
+ layer are welcome.
12
+
5
13
### Fixed
6
14
- Expanding the value of a graph container which is already a graph object
7
15
generates a recursive graph object.
30
38
31
39
### Removed
32
40
- ** BREAKING** : Remove callback API support. This includes removing support
33
- for callback-based document loaders and rdf parsers. This is done to
41
+ for callback-based document loaders and RDF parsers. This is done to
34
42
facilitate JSON-LD 1.1 document loader features and to remove deprecated
35
43
code.
36
44
- ** BREAKING** : Remove deprecated ` loadDocument ` API and obsolete
You can’t perform that action at this time.
0 commit comments