Skip to content

Latest commit

 

History

History
150 lines (69 loc) · 6 KB

CHANGELOG.md

File metadata and controls

150 lines (69 loc) · 6 KB

Changelog

1.0.16 (2024-03-12)

Bug Fixes

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

1.0.15 (2023-08-07)

Bug Fixes

1.0.14 (2023-08-06)

Bug Fixes

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

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)

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)

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)

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)

1.0.9 (2022-12-12)

Bug Fixes

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

1.0.8 (2022-12-10)

Features

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

1.0.7 (2022-12-10)

Bug Fixes

  • resolve packet decryption issue (f51e355)

1.0.6 (2022-12-09)

Bug Fixes

  • repair broken package-lock file (7245588)

1.0.5 (2022-12-09)

Features

  • implement missing bugout features (7f623da)

Bug Fixes

  • add all missing type definitions (245336f)
  • add more type declarations for bencode and bugout functions (250a05f)
  • include type definitions (335543b)

1.0.4 (2022-12-07)

Bug Fixes

  • almost working rollup bundle (b36ed5a)
  • lib path (07a86ab)
  • remove rollup and use webpack instead to bring the browser build alive (8f920f2)

1.0.3 (2022-12-07)

Bug Fixes

1.0.2 (2022-12-06)

Bug Fixes

  • polyfills for stream and other builtins (8839e4c)

1.0.1 (2022-12-06)

Bug Fixes

  • change name to make sure that meerkat can be published to npmjs (98a93d4)

1.0.0 (2022-12-05)

Features

  • add deployment pipeline (6152948)
  • add meerkat.js and rollup build pipeline (badce6b)

Bug Fixes