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.
- BREAKING: Use portable
readable-stream@^3.6.2
instead of native streams (#51)
- deps: replace webextension-polyfill-ts with webextension-polyfill (#43)
2.1.0 - 2023-06-15
_setLogger
method can be used to inject custom logger for incoming/outgoing messages (#46)
- deps: [email protected]>0.26.0 (#37)
- Updates webextension-polyfill from 0.7.0 to 0.8.0
- Fix exporting of types (#24)
- deps: [email protected]>0.26.0 (#37)
- Updates webextension-polyfill from 0.7.0 to 0.8.0
2.0.1 - 2021-04-29
- Move
webextension-polyfill-ts
fromdevDependencies
todependencies
(#11)
2.0.0 - 2020-11-23
- TypeScript typings (#4)
- (BREAKING) Remove
readable-stream
dependency (#4)- Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.