Changelog
8.3.2 - 2023-12-06
@graph
@container
term that has a null
@context
.Changelog
8.3.0 - 2023-09-06
toRdf
warning if @direction
is used and rdfDirection
is not set.@direction
. Using @direction
without
rdfDirection
set will cause a safe mode failure.Changelog
8.2.1 - 2023-08-31
@graph
use cases.
pr41
of protected redefinition of equivalent id terms.Changelog
8.2.0 - 2023-05-19
@graph
use cases.@json
frame test 0069.Changelog
8.1.1 - 2023-02-25
"@type": "@json"
.Changelog
8.1.0 - 2022-08-29
relative property reference
event renamed to relative predicate reference
.relative type reference
event renamed to relative object reference
.Changelog
8.0.0 - 2022-08-23
true
and base
to
null
in canonize
. Applications that were previously
canonizing data may see new errors if their data did not fully
define terms or used relative URLs that would be dropped when
converting to canonized RDF. Now these situations are caught
via safe
mode by default, informing the developer that they
need to fix their data.Changelog
7.0.0 - 2022-08-16
{safe: true}
to API options.
This mode causes processing to fail when data constructs are encountered that
result in lossy behavior or other data warnings. This is intended to be the
common way that digital signing and similar applications use this library.protectedMode
option.compactionMap
and expansionMap
. Their known use
cases are addressed with "safe mode" and future planned features.