Comparing version 0.4.6 to 0.4.7
{ | ||
"name": "jsonld", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "A JSON-LD Processor and API implementation in JavaScript.", | ||
@@ -11,3 +11,3 @@ "authors": [ | ||
"dependencies": { | ||
"es6-promise": "~2.0.0" | ||
"es6-promise": "^3.0.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "ignore": [ |
@@ -5,2 +5,7 @@ # jsonld ChangeLog | ||
## [0.4.7] - 2016-04-14 | ||
### Fixed | ||
- Testing document loader. | ||
## [0.4.6] - 2016-03-02 | ||
@@ -70,10 +75,11 @@ | ||
[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.4.6...HEAD | ||
[0.4.6]: https://github.com/digitalbazaar/jsonld/compare/0.4.5...0.4.6 | ||
[0.4.5]: https://github.com/digitalbazaar/jsonld/compare/0.4.4...0.4.5 | ||
[0.4.4]: https://github.com/digitalbazaar/jsonld/compare/0.4.3...0.4.4 | ||
[0.4.3]: https://github.com/digitalbazaar/jsonld/compare/0.4.2...0.4.3 | ||
[0.4.2]: https://github.com/digitalbazaar/jsonld/compare/0.4.1...0.4.2 | ||
[0.4.1]: https://github.com/digitalbazaar/jsonld/compare/0.4.0...0.4.1 | ||
[0.4.0]: https://github.com/digitalbazaar/jsonld/compare/0.3.26...0.4.0 | ||
[0.3.26]: https://github.com/digitalbazaar/jsonld/compare/0.3.25...0.3.26 | ||
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...HEAD | ||
[0.4.7]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.6...0.4.7 | ||
[0.4.6]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.5...0.4.6 | ||
[0.4.5]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.4...0.4.5 | ||
[0.4.4]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.3...0.4.4 | ||
[0.4.3]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.2...0.4.3 | ||
[0.4.2]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.1...0.4.2 | ||
[0.4.1]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.0...0.4.1 | ||
[0.4.0]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.26...0.4.0 | ||
[0.3.26]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.25...0.3.26 |
{ | ||
"name": "jsonld", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "A JSON-LD Processor and API implementation in JavaScript.", | ||
@@ -28,4 +28,4 @@ "homepage": "http://github.com/digitalbazaar/jsonld.js", | ||
"dependencies": { | ||
"es6-promise": "~2.0.1", | ||
"pkginfo": "~0.3.0", | ||
"es6-promise": "^3.0.0", | ||
"pkginfo": "~0.4.0", | ||
"request": "^2.61.0", | ||
@@ -39,4 +39,4 @@ "xmldom": "0.1.19" | ||
"express": "^4.13.3", | ||
"istanbul": "^0.3.19", | ||
"jscs": "^2.8.0", | ||
"istanbul": "^0.4.3", | ||
"jscs": "^3.0.0", | ||
"jshint": "^2.9.1", | ||
@@ -43,0 +43,0 @@ "mocha": "^2.3.4", |
@@ -630,3 +630,3 @@ /** | ||
// load remotely | ||
return loader(url, callback); | ||
return jsonld.loadDocument(url, callback); | ||
}; | ||
@@ -633,0 +633,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
519486
+ Addedes6-promise@3.3.1(transitive)
+ Addedpkginfo@0.4.1(transitive)
- Removedes6-promise@2.0.1(transitive)
- Removedpkginfo@0.3.1(transitive)
Updatedes6-promise@^3.0.0
Updatedpkginfo@~0.4.0