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 22
33## 2.0.0 - 2019-xx-xx
44
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+
513### Fixed
614- Expanding the value of a graph container which is already a graph object
715 generates a recursive graph object.
3038
3139### Removed
3240- ** 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
3442 facilitate JSON-LD 1.1 document loader features and to remove deprecated
3543 code.
3644- ** BREAKING** : Remove deprecated ` loadDocument ` API and obsolete
You can’t perform that action at this time.
0 commit comments