1.2.17 (2024-05-24)
- icon field for the IDAppInfos interface (d1ed880)
1.2.16 (2024-05-21)
- reject error so the DApp can throw it (a31a9f0)
1.2.15 (2024-03-12)
- bump versions of dependencies to prevent valnerabilities (ff230f4)
1.2.14 (2023-11-15)
- Add more info on wallet platform (b4a27be)
1.2.13 (2023-08-07)
- update tracker list to wss and ws only items (281724b)
1.2.12 (2023-08-06)
- update meerkat version to solve non-base58 character error, update tracker array (a37fb53)
1.2.11 (2023-08-06)
- add gh pages deployment to track the version of future artifacs on a reachable place (a170147)
- update dependencies to their latest versions (5252325)
1.2.10 (2023-04-06)
- check meerkat instance for undefined (1d25f65)
1.2.9 (2023-04-06)
- restore sync between package.json and lock file to make npm ci work again (4adf3f4)
1.2.8 (2023-04-03)
- Close old meerkat for same connection id (2e57ff6)
1.2.7 (2023-03-29)
- Address in IDAppinfos is now non optional (aead5c1)
1.2.6 (2023-03-28)
- Allow to set discovery seed (963c771)
- Add defaul trackers and remove hardcoded trackers for discovery (b1f54de)
- add wallet information for autoconnect (1315193)
- Set correct parameter in verifyConnection (aff0fc6)
1.2.5 (2023-03-24)
- add a simple dapp e2e test and a testing pipeline (c4efff5)
- add logger and refactor big index.ts in smaller modules. closes #28 (732fe10)
- Allow api overwrite (e9bb87b)
1.2.4 (2023-03-21)
- inject wallet names in lowercase into the window.cardano object to prevent an odd behavior (7cccc15)
1.2.3 (2023-03-17)
- Allow injection of experimental features as defined in CIP30 (faf773c)
- update outdated versions to trigger release that has not been built after the latest github actions run (93b1c19)
1.2.2 (2023-03-16)
- Add autoConnect to ConnectMessage (c9e4a89)
- Add dependency for marble-identicons (9171d60)
- Add identicon (460d5c2)
- Add requestAutoconnect property (82b104c)
- Added autoconnect implementation (e1067d2)
1.2.1 (2023-03-08)
1.2.0 (2023-03-07)
- increase minor version to prevent conflicts with the npmjs package history (2351cb4)
- add onApiEject function and use named params
- the connect functions now returns the meerkats seed
- provide seed for a new meerkat
- add a basic class (interface) for dapps as well (0d46e8d)
- add basic implementation (f6d4234)
- add callback functions (5f4c9f5)
- add connect method to establish the connection before injecting the api (0038a90)
- add disconnect method (80916dd)
- add enable and isEnable function to be cip30 compliant (ef2213c)
- Add lifecycle callbacks & subscriber info of the connection (8d48a8f)
- add onApiEject function and use named params (a87c22e)
- add qr code generator to dapp interface (4f0fa87)
- ci: add github actions for creating a release and publish the bundle to npmjs (fc94058)
- link the demo repository (e73fb1a)
- provide bundle for browser imports (94ac549)
- provide seed for a new meerkat (48d3777)
- reduce the amount of listeners (aa10cb0)
- result of the cip30 functions should be async (a93c753)
- the connect functions now returns the meerkats seed (03acaca)