Skip to content

Releases: stoically/webextensions-api-fake

v1.0.1

24 Nov 19:37
93d28f5
Compare
Choose a tag to compare

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 to webextensions-api-mock (because of types)