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.Changelog
6.0.0 - 2022-06-06
@digitalbazaar/http-client@3
update uses a newer ky-universal
which uses
a top-level await
that is unsupported in older Node.js versions. That
causes the included node
documentLoader
to not function and tests to
fail. If you wish to still use earlier Node.js versions, you may still be
able to do so with your own custom documentLoader
.npm
prepublish
script changed to prepack
. The dist/
contents will not be generated by default for development installs. Run npm run build
if needed. This was done to avoid extra work only needed for
packing and publication, and for temporary webpack
version issues. A new CI
build
test has been added to check builds pass. The prepack
script could
be prepare
instead if use cases exist where that is needed. File an issue
if this is a concern.@digitalbazaar/http-client@3
:
ky
and ky-universal
that should address security alerts
and provide other improvements.URL
interface to handle relative redirects.