Skip to content

Releases: fabianbormann/meerkat

v1.0.17

27 Nov 13:57
5810ee0
Compare
Choose a tag to compare

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

12 Mar 19:30
f930508
Compare
Choose a tag to compare

1.0.16 (2024-03-12)

Bug Fixes

  • bump dependencies to their next versions and resolve security issues (a37fab0)

v1.0.15

07 Aug 21:23
6fc7e36
Compare
Choose a tag to compare

1.0.15 (2023-08-07)

Bug Fixes

v1.0.14

06 Aug 21:02
ca6ee29
Compare
Choose a tag to compare

1.0.14 (2023-08-06)

Bug Fixes

  • solve non-base58 character error onExtendedHandshake (8653c83)

v1.0.13

05 Aug 21:33
0cb7f96
Compare
Choose a tag to compare

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

24 Mar 14:59
1f8f71b
Compare
Choose a tag to compare

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

15 Dec 19:27
65ab83c
Compare
Choose a tag to compare

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

15 Dec 19:02
fc8ecd8
Compare
Choose a tag to compare

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

12 Dec 12:10
2fdbcad
Compare
Choose a tag to compare

1.0.9 (2022-12-12)

Bug Fixes

  • provide bundle for browser import, fix default import (dc1bbf7)

v1.0.8

10 Dec 21:01
a12948b
Compare
Choose a tag to compare

1.0.8 (2022-12-10)

Features

  • add configurable logger instead of using console.log (6f14556)