Changelog
1.6.1 - 2019-05-13
@type
-scoped terms are limited to their @type
-scoped object.Changelog
1.6.0 - 2019-04-17
toString
,
valueOf
, and others to be dropped or produce bogus output. The fix could
cause output triples to differ from previous versions if those special
names were used.x in obj
instead of
obj.hasOwnProperty(x)
or a Map
.x in obj
usage.
Finding actual realistic failing test cases proved difficult.skip
and only
flags in manifests.VERBOSE_SKIP=true
env var to debug skipping.@protected
.protectedMode
option.Changelog
1.5.3 - 2019-02-21
Changelog
1.5.0 - 2019-01-24
jsonld.normalize()
/jsonld.canonize()
to differ from previous versions
depending on your literal data. If a backwards compatibility mode is
needed please use 1.4.x and file an issue.usePureJavaScript
flag was removed and a new useNative
flag was added
to force use of the native bindings. Higher level applications must
explicitly install rdf-canonize-native
to use this mode. Note that in
many cases the JavaScript implemenation will be faster. Apps should be
benchmarked before using the specialized native mode.rdfn:Urgna2012EvalTest
and rdfn:Urdna2015EvalTest
tests should compare
with expected output.Changelog
1.4.0 - 2019-01-05
jsonldjs
global. Any dependants on this feature
should update to use bundler tools such as webpack or use jsonld
in the
distributed bundle.Changelog
1.3.0 - 2019-01-04
@type
when looking for scoped contexts.