- Update for Node.js 10 / OpenSSL 1.1 API.
- Update nan dependency for Node.js 10 support.
- Avoid variable length arrays. Not supported by some C++ compilers.
- Use const array initializer sizes.
- Comment out debug logging.
- Distribute
binding.gyp
.
- Benchmark tool using the same manifests as the test system.
- Support Node.js 6.
- Native Node.js addon support for URDNA2015. Improves performance.
usePureJavaScript
option to only use JavaScript.
- BREAKING: Remove Node.js 4.x testing and native support. Use a transpiler such as babel if you need further 4.x support.
- Expose
IdentifierIssuer
helper class.
- Fix build.
- Change internals to use ES6.
- Return Promise from API for async method.
- Move node-forge to dependencies.
- RDF Dataset Normalization async implementation from jsonld.js.
- webpack support.
- Split messageDigest into Node.js and browser files.
- Node.js file uses native crypto module.
- Browser file uses forge.
- See git history for all changes.