Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

89 lines (53 loc) · 4.31 KB

Changelog

All notable changes to this module will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.0

0.6.0

Added

Changed

  • createAddressBook
    • allows to optionally pass a ownerWebId to add the new address book to the private type index of that user.

0.5.0

Added

Changed

  • Newly created address books, contacts & groups now use a 6 character short unique ID instead of a uuid v4. Those identifiers do not have to be globally unique, only in the scope of the target container / address book / group. The short ID has enough entropy to prevent collisions in these contexts, but leads to much shorter URIs.

0.4.0

Added

Changed

  • createNewContact now allows to pass groupUris to add the new contact to existing groups initially

⚠ Breaking Changes

  • Migrated to ESM format, CommonJS is no longer provided
  • ContactsModuleRdfLib is now the default export

0.3.0

Added

0.2.1

Fixed

  • ContactsModuleRdfLib is now exported from package root

0.2.0

Added

⚠ Breaking Changes

0.1.0

Added