Comparing version 1.5.0 to 1.5.1
# jsonld ChangeLog | ||
## 1.5.1 - 2019-02-01 | ||
### Fixed | ||
- Update canonize docs. | ||
## 1.5.0 - 2019-01-24 | ||
@@ -4,0 +9,0 @@ |
@@ -605,3 +605,3 @@ "use strict"; | ||
* [algorithm] the normalization algorithm to use, `URDNA2015` or | ||
* `URGNA2012` (default: `URGNA2012`). | ||
* `URGNA2012` (default: `URDNA2015`). | ||
* [base] the base IRI to use. | ||
@@ -616,2 +616,3 @@ * [expandContext] a context to expand with. | ||
* [documentLoader(url, callback(err, remoteDoc))] the document loader. | ||
* [useNative] true to use a native canonize algorithm | ||
* @param [callback(err, normalized)] called once the operation completes. | ||
@@ -618,0 +619,0 @@ * |
@@ -514,3 +514,3 @@ /** | ||
* [algorithm] the normalization algorithm to use, `URDNA2015` or | ||
* `URGNA2012` (default: `URGNA2012`). | ||
* `URGNA2012` (default: `URDNA2015`). | ||
* [base] the base IRI to use. | ||
@@ -525,2 +525,3 @@ * [expandContext] a context to expand with. | ||
* [documentLoader(url, callback(err, remoteDoc))] the document loader. | ||
* [useNative] true to use a native canonize algorithm | ||
* @param [callback(err, normalized)] called once the operation completes. | ||
@@ -527,0 +528,0 @@ * |
{ | ||
"name": "jsonld", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A JSON-LD Processor and API implementation in JavaScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/jsonld.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1515533
17551