Skip to content

Supporting more input types and the WebRequest API

Compare
Choose a tag to compare
@jacksteamdev jacksteamdev released this 17 Jul 16:53

This release adds support for options.input as an array and object, as well as fixes a bug in the background page import wrapper that was blocking use of the WebRequest API.

For now the new input type support is undocumented.

Thanks to @RoCat for the work on the WebRequest API!

  • Fix paths for CI tests f72a0d3
  • Support options.input as string, array or object 32a9c21
  • fix WebRequestEvent events capture to avoid crashing because No matching signature c09422e
  • Remove peer dependencies (#43) b26b98f

v3.1.0...v3.2.0