Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • BREAKING: Use portable readable-stream@^3.6.2 instead of native streams (#51)

Changed

  • deps: replace webextension-polyfill-ts with webextension-polyfill (#43)

2.1.0 - 2023-06-15

Added

  • _setLogger method can be used to inject custom logger for incoming/outgoing messages (#46)

Changed

Fixed

2.0.1 - 2021-04-29

Changed

  • Move webextension-polyfill-ts from devDependencies to dependencies (#11)

2.0.0 - 2020-11-23

Added

  • TypeScript typings (#4)

Removed

  • (BREAKING) Remove readable-stream dependency (#4)
    • Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.