All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Thing.label()
: Shorter fallbacks, instead of full URI, if no label is known- added a predicate
label
toThing.literals()
,Thing.relations()
andThing.reverseRelations()
labelFromUri(uri: string)
: generate a short human-readable label from a URI
loadContactsModule
: asynchronously load the contacts data-moduleonSessionRestore
: Register a callback to get notified about restored sessionsobserveSession
: Returns a rxjs observable that allows to observe the current session state and all changes to it
handleIncomingRedirect
: Added parameterrestorePreviousSession
to allow automatic session restoretrackSession
: Deprecated in favor ofobserveSession
fetchAll
: a function to fetch multiple resources in parallel
WebIdProfile
: removedgetPrivateLabelIndex
in favour ofgetPrivateLabelIndexes
to get all label indexes, not just one
loadPreferencesFile
: A method to load the preferences file mentioned in the WebID profile documentbuildSearchIndex
: Create a search index to perform a text search for items in the private label indexSearchIndex
: A fast, in-memory search index based on data from label indexesWebIdProfile
: A class to help find the preferences document and private label index of a given WebID
- Omits implicit credentials when using fetch
addNewThing
: A method to add a basic new thing with a type and a label to the storeproposeUriForNewThing
: Generate a URI for a new thing based on a name and a reference URI (like a container)
- add
editable
property toThing
, which declares whether a thing can be edited addPropertyValue
: A method to add a value to a property of a thinglistKnownTerms
: A method to list a range of well known terms from commonly used RDF vocabularies
- LdpContainer
- list contents of LdpContainer
- thing relations do not contain the types anymore
- thing types now return the URI and a label derived from that URI
- RdfDocument
- list subjects of RdfDocument
- list types of a Thing
- get picture of a thing
- fetching files
- get reverse relations of a Thing
- PodOS
- Browser authentication
- Thing