Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@stoically stoically released this 24 Nov 19:37
· 23 commits to master since this release
93d28f5

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)