Releases: fabianbormann/meerkat
Releases · fabianbormann/meerkat
v1.0.17
1.0.17 (2024-11-27)
Features
- use dynamic imports to prevent meerkat from throwing errors in a non browser environment (63a2c04)
v1.0.16
1.0.16 (2024-03-12)
Bug Fixes
- bump dependencies to their next versions and resolve security issues (a37fab0)
v1.0.14
1.0.14 (2023-08-06)
Bug Fixes
- solve non-base58 character error onExtendedHandshake (8653c83)
v1.0.13
1.0.13 (2023-08-05)
Features
- add bundle pipeline to release the browser bundle to gh pages (571c851)
- add cypress tests (6b0e3ae)
Bug Fixes
- update dependencies and update webpack build to make it work with the latest version. Remove jest, as the test pipeline was not working properly (fdd8323)
v1.0.12
1.0.12 (2023-03-24)
Bug Fixes
- remove local storage from logger to allow meerkat to run in an environment without local storage (d10bccc)
v1.0.11
1.0.11 (2022-12-15)
⚠ BREAKING CHANGES
- connections event just returns a list of wire identifiers not all the wire information
Features
- connections event just returns a list of wire identifiers not all the wire information (c408ac5)
v1.0.10
1.0.10 (2022-12-15)
⚠ BREAKING CHANGES
- event connection now returns the wires itself not only the count
Features
- event connection now returns the wires itself not only the count (8bb689c)
v1.0.9
1.0.9 (2022-12-12)
Bug Fixes
- provide bundle for browser import, fix default import (dc1bbf7)
v1.0.8
1.0.8 (2022-12-10)
Features
- add configurable logger instead of using console.log (6f14556)