Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

75 lines (38 loc) · 1.81 KB

Changelog

v0.3.1

Breaking Changes

  • Merge: account.platform account.identity -> account.id, asset.platform asset.identity asset.id asset.type -> RSS3Asset,

  • Rename: link.type -> link.id, backlink.type -> backlink.id

  • Segmentation: items —> items.list_custom items.list_auto, assets —> assets.list_custom assets.list_auto,

What's new

  • A new type of items RSS3AutoItem evolved from RSS3NodeItem

v0.3.0

Breaking Changes

  • Signature: from excluding fields starting with @ characters to excluding objects containing auto: true field

  • Ownership of the persona: owers?: RSS3ID[]; -> controller?: string;, from a list of id to a contract address

  • Position of accounts: from root to the inside of profile

  • items links assets: their content is no longer stored in index files, but in separate files

  • Rename of contexts: item.type -> item.link.type, item.upstream -> item.link.target, contexts -> backlinks

Changes

  • signature becomes compulsory

What's new

  • A new type of assets that automatically generated by the node RSS3NodeAsset

  • A new type of items that automatically generated by the node RSS3NodeItem

v0.2.0

Breaking Changes

  • Store all backlinks in separate files

Changes

  • profile items links.list backlinks.list become optional

What's new

  • Signature agent: agent_id and agent_signature

  • Ownership of the persona: owers

  • assets: consisting of platform identity id type

  • accounts: consisting of platform identity signature tags

What's removed

  • signature in profile and links

v0.1.1

Breaking Changes

  • Store all links in index files

  • Store all contexts in separate files

Changes

  • backlinks becomes page-separable