Skip to content

Releases: clarkbw/jest-webextension-mock

tabs.sendMessage support

13 Oct 23:10
Compare
Choose a tag to compare

Thanks to @hankchiutw in #123 we now have support for tabs.sendMessage

tabs.reload support

20 May 16:25
Compare
Choose a tag to compare

This adds support for tabs.reload

browser.i18n

14 Aug 20:25
Compare
Choose a tag to compare

See #80 and thanks to @Betree we have support for i18n

Notifications API

05 Jan 18:11
Compare
Choose a tag to compare

Thanks to the awesome work by @Kocal in #55 we now support mocks of the notifications API.

Update storage API

18 Dec 19:56
Compare
Choose a tag to compare

Check out the great work done by @AllenFang in #46

Major updates to browser.strorage:

  • Return correct value for get function which adapts depending on the parameters of Integer, Array, or Object which can be passed.
  • Return correct value for getBytesInUse function which are suppose to return integer.
  • Return correct value for set and remove function which are suppose to return nothing.

Initial public release

05 May 03:43
Compare
Choose a tag to compare

This is the first version and it still has a long way to go. Hoping I get lots of help from here on out. 😄