Skip to content

Latest commit

 

History

History
200 lines (106 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

200 lines (106 loc) · 11.5 KB

Changelog

1.2.17 (2024-05-24)

Features

  • icon field for the IDAppInfos interface (d1ed880)

1.2.16 (2024-05-21)

Features

  • reject error so the DApp can throw it (a31a9f0)

1.2.15 (2024-03-12)

Bug Fixes

  • bump versions of dependencies to prevent valnerabilities (ff230f4)

1.2.14 (2023-11-15)

Features

  • Add more info on wallet platform (b4a27be)

1.2.13 (2023-08-07)

Bug Fixes

  • update tracker list to wss and ws only items (281724b)

1.2.12 (2023-08-06)

Bug Fixes

  • update meerkat version to solve non-base58 character error, update tracker array (a37fb53)

1.2.11 (2023-08-06)

Features

  • add gh pages deployment to track the version of future artifacs on a reachable place (a170147)

Bug Fixes

  • update dependencies to their latest versions (5252325)

1.2.10 (2023-04-06)

Bug Fixes

  • check meerkat instance for undefined (1d25f65)

1.2.9 (2023-04-06)

Bug Fixes

  • restore sync between package.json and lock file to make npm ci work again (4adf3f4)

1.2.8 (2023-04-03)

Bug Fixes

  • Close old meerkat for same connection id (2e57ff6)

1.2.7 (2023-03-29)

Features

  • Address in IDAppinfos is now non optional (aead5c1)

1.2.6 (2023-03-28)

Features

  • Allow to set discovery seed (963c771)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • Add bidirectional connection (9c34b9c)
  • Add useWalletDiscovery parameter (5f657ee)

Bug Fixes

  • inject wallet names in lowercase into the window.cardano object to prevent an odd behavior (7cccc15)

1.2.3 (2023-03-17)

Features

  • Allow injection of experimental features as defined in CIP30 (faf773c)

Bug Fixes

  • update outdated versions to trigger release that has not been built after the latest github actions run (93b1c19)

1.2.2 (2023-03-16)

Features

  • 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)

Features

  • add on injected callback (f96a314)
  • Check wallet name is not injected and is compliant (076ec39)

Bug Fixes

  • remove last p2p occurrences (832ffb5)
  • use wallet icon for icon property (c763e13)

1.2.0 (2023-03-07)

Bug Fixes

  • increase minor version to prevent conflicts with the npmjs package history (2351cb4)

1.0.0 (2023-03-07)

⚠ BREAKING CHANGES

  • add onApiEject function and use named params
  • the connect functions now returns the meerkats seed
  • provide seed for a new meerkat

Features

  • 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)

Bug Fixes

  • add bundle file (036d3c0)
  • add new bundle version (b403c1e)
  • add Readme.md (f93c06c)
  • args are now correctly passed to their cip30 function (fc36b22)
  • resolve bug in invoke function with no params (86baf7a)
  • seed handling in constructor (5d25c2c)
  • use splice instead of slice (eebad69)