Releases: stoically/webextensions-api-fake
Releases · stoically/webextensions-api-fake
v1.0.1
Breaking changes
- Requiring from JS changed because of switching to TypeScript
const { default: browserFake } = require('webextensions-api-fake');
sinon
is now a peer dependency and must be installed additionally- Switched from
sinon-chrome
towebextensions-api-mock
(because of types)