Skip to content

Releases: fairDataSociety/blossom

blossom-ext: v0.2.1

23 Feb 14:11
501f0b1
Compare
Choose a tag to compare

0.2.1 (2023-02-23)

Bug Fixes

blossom-lib: v0.2.0

16 Jan 16:59
7925f54
Compare
Choose a tag to compare

0.2.0 (2023-01-16)

Features

Bug Fixes

blossom-ext: v0.2.0

16 Jan 17:18
bef74e9
Compare
Choose a tag to compare

0.2.0 (2023-01-16)

Features

Bug Fixes

blossom-ext: v0.1.1

21 Sep 15:49
ed187b9
Compare
Choose a tag to compare

0.1.1 (2022-09-21)

Bug Fixes

blossom-lib: v0.1.0

01 Sep 15:59
72ee217
Compare
Choose a tag to compare

0.1.0 (2022-09-01)

This is the first version of JS library of Blossom!

The library knows all required DOM events to communicate with Blossom that supports already

  • defining dApp ID # this is the identification of the dApp in Blossom; this ID is the key for the Context within which dApps can perform Blossom actions.
  • use fdp-storage functionalities # the FDP Storage Object is a Proxy Object underneath that only
    communicates with Blossom to retreive FDP Storage responses.
  • can ping the extension # to check whether the user has Blossom extension in the browser.
  • close connection # if there is no need for the Blossom functionalities for the dApp anymore.

Features

Bug Fixes

Miscellaneous Chores

blossom-ext: v0.1.0

31 Aug 16:57
3e4de5e
Compare
Choose a tag to compare

0.1.0 (2022-08-31)

First Version of the Blossom!

The extension is capable of handling FDS Account with its corresponding Personal Storage.
Users can register portable FDS accounts on Görli testnet or on FDP Play that allows to log in to the FDS account from any other device easily.

Additionally, it provides an API for dApps to interact with the active FDS account of the user.
Employing this feature in dApps, users do not have to share their FDS credentials and dApps don't have to implement Bee client connection configuration and FDS account handling within their application logic.

Features

Bug Fixes

Miscellaneous Chores