Skip to content

Latest commit

 

History

History
121 lines (72 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

121 lines (72 loc) · 2.68 KB

Changelog

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.

0.13.0

Changed

  • Thing.label(): Shorter fallbacks, instead of full URI, if no label is known
  • added a predicate label to Thing.literals(), Thing.relations() and Thing.reverseRelations()

Added

  • labelFromUri(uri: string): generate a short human-readable label from a URI

0.12.0

Added

  • loadContactsModule: asynchronously load the contacts data-module
  • onSessionRestore: Register a callback to get notified about restored sessions
  • observeSession: Returns a rxjs observable that allows to observe the current session state and all changes to it

Changed

  • handleIncomingRedirect: Added parameter restorePreviousSession to allow automatic session restore
  • trackSession: Deprecated in favor of observeSession

0.11.0

Added

  • fetchAll: a function to fetch multiple resources in parallel

Changed

  • WebIdProfile: removed getPrivateLabelIndex in favour of getPrivateLabelIndexes to get all label indexes, not just one

0.10.0

Added

  • loadPreferencesFile: A method to load the preferences file mentioned in the WebID profile document
  • buildSearchIndex: Create a search index to perform a text search for items in the private label index
  • SearchIndex: A fast, in-memory search index based on data from label indexes
  • WebIdProfile: A class to help find the preferences document and private label index of a given WebID

0.9.0

Changed

  • Omits implicit credentials when using fetch

Added

  • addNewThing: A method to add a basic new thing with a type and a label to the store
  • proposeUriForNewThing: Generate a URI for a new thing based on a name and a reference URI (like a container)

0.8.0

Added

  • add editable property to Thing, which declares whether a thing can be edited
  • addPropertyValue: A method to add a value to a property of a thing
  • listKnownTerms: A method to list a range of well known terms from commonly used RDF vocabularies

0.7.0

Added

  • LdpContainer
  • list contents of LdpContainer

0.6.0

Changed

  • thing relations do not contain the types anymore
  • thing types now return the URI and a label derived from that URI

0.5.0

Added

  • RdfDocument
  • list subjects of RdfDocument
  • list types of a Thing

0.4.0

Added

  • get picture of a thing

0.3.0

Added

  • fetching files

0.2.0

Added

  • get reverse relations of a Thing

0.1.0

Added

  • PodOS
  • Browser authentication
  • Thing