@inrupt/solid-client
Advanced tools
Changelog
[1.27.0] - 2023-04-14
Changelog
[1.26.0] - 2023-03-24
saveSolidDatasetAt
has a new options
field, prefixes
. It allows a prefix
map to be passed in to customize the serialization if the target format supports
it.AccessModes
type from the interfaces
module.Changelog
[1.25.2] - 2023-02-09
@types/rdfjs__dataset
back to dependencies from devDependencies to fix
the issues with TypeScript and related tooling complaining about missing
types. This is a temporary fix whilst we work on a more long term solution.
We'd initially only thought this issue affected Typedoc, not all TypeScript
projects.Changelog
[1.25.1] - 2023-02-01
Math.random()
. We're also changing generated ACP IRIs to no longer contain
identifying information, instead these will just be UUIDs going forwards (some
identifying information may still remain, as the ACP algorithm uses suffixes
of existing IRIs when making modifications, we've a ticket to address this in
the future).Changelog
[1.25.0] - 2023-01-24
setVcAccess
function (from the acp/acp
module)
now has an options
object, which includes an inherit
flag. If set to true
,
the newly set VC access applies not only to the target resource, but to its
contained resources too.Changelog
[1.24.0] - 2022-12-20
getWebIdDataset
method to fetch the WebId Profile document as a
Solid Dataset. This method is part of the profile/webid
module.Changelog
[1.23.2] - 2022-08-19
getWellKnownSolid
method used by
@inrupt/solid-client-notifications
to always use the provided fetch
implementation when requesting the solid dataset that is the
/.well-known/solid
resource. This fixes a bug where in some environments
cross-fetch failed to load at this point in the code.