File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# jsonld ChangeLog
2
2
3
+ ### Notes
4
+ - The updated [ rdf-canonize] [ ] extracted out native support into
5
+ [ rdf-canonize-native] [ ] and now has an * optional* dependency on this new
6
+ module. If you have build tools available it will still build and use native
7
+ support otherwise it will fallback to less performant JS code.
8
+ - If you wish to * require* the native ` rdf-canonize ` bindings, add a dependency
9
+ in your code to ` rdf-canonize-native ` to insure it is installed.
10
+ - Some systems such as [ Travis CI] ( https://travis-ci.org ) currently only have
11
+ ancient compilers installed by default. Users of ` rdf-canonize ` , and hence
12
+ ` jsonld.js ` , previously required special setup so the ` rdf-canonize ` native
13
+ bindings would be installable. If CI testing is not performance critical you
14
+ can now simplify your CI config, let those bindings fail to install, and use
15
+ the JS fallback code.
16
+
17
+ ### Changed
18
+ - Update ` rdf-canonize ` dependency to 0.3.
19
+
3
20
### Added
4
21
- Initial support for benchmarking.
5
22
- Basic callback interface tests.
362
379
363
380
[ jsonld-cli ] : https://github.com/digitalbazaar/jsonld-cli
364
381
[ jsonld-request ] : https://github.com/digitalbazaar/jsonld-request
382
+ [ rdf-canonize ] : https://github.com/digitalbazaar/rdf-canonize
383
+ [ rdf-canonize-native ] : https://github.com/digitalbazaar/rdf-canonize-native
Original file line number Diff line number Diff line change 31
31
" lib/**/*.js"
32
32
],
33
33
"dependencies" : {
34
- "rdf-canonize" : " ^0.2.1 " ,
34
+ "rdf-canonize" : " ^0.3.0 " ,
35
35
"request" : " ^2.83.0" ,
36
36
"semver" : " ^5.5.0" ,
37
37
"xmldom" : " 0.1.19"
You can’t perform that action at this time.
0 commit comments