Releases: fairDataSociety/blossom
Releases · fairDataSociety/blossom
blossom-ext: v0.2.1
blossom-lib: v0.2.0
blossom-ext: v0.2.0
blossom-ext: v0.1.1
blossom-lib: v0.1.0
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
- add option to check if pod exists from library (#72) (aa917db)
- fdp storage (#53) (04eaa25)
- login (#9) (8cc7514)
Bug Fixes
Miscellaneous Chores
- release 0.1.0 (24372f3)
blossom-ext: v0.1.0
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
- add option to check if pod exists from library (#72) (aa917db)
- fdp storage (#53) (04eaa25)
- init (#1) (c645777)
- login (#9) (8cc7514)
- register existing account (#17) (8511911)
- settings (#22) (efa2452)
- upgrade fdp-storage library (#55) (49d37a0)
- upgrade fdp-storage to 0.5.1 (#63) (09ba61a)
Bug Fixes
- fetch postage batches (#69) (0ad27a4)
- fix types (#20) (2079a79)
- several library fixes (#56, #57) (#62) (fe66aac)