rdf-canonize
Advanced tools
Changelog
1.1.0 - 2020-01-17
Changelog
1.0.2 - 2019-02-21
Changelog
1.0.1 - 2019-01-23
util.isUndefined()
. Avoids unneeded util
polyfill in webpack build.Changelog
1.0.0 - 2019-01-23
rdf-canonize-native
yourself. It is no longer a dependency. See below.rdf-canonize-native
as a dependency. The native
bindings will still be used if rdf-canonize-native
can be loaded. This
means if you want the native bindings you must install them yourself. This
change was done due to various problems caused by having any type of
dependency involving the native code. With modern runtimes the JavaScript
implementation is in many cases faster. The native bindings do have
overhead but can be useful in cases where you need to offload canonizing into
the background. It is recommended to perform benchmarks to determine which
method works best in your case.usePureJavaScript
option and make the JavaScript
implementation the default. Add explicit useNative
option to force the use
of the native implementation from rdf-canonize-native
. An error will be
thrown if native bindings are not available.Changelog
0.3.0 - 2018-11-01
rdf-canonize-native
package.
If native support is required in your environment then also add a
dependency on the rdf-canonize-native
package directly. This package only
has an optional dependency on the native package to allow systems without
native binding build tools to use the JavaScript implementation alone.Changelog
0.2.5 - 2018-11-01
Changelog
0.2.4 - 2018-04-25