Skip to content

v0.11.0

Choose a tag to compare

@remusao remusao released this 17 Jun 18:50
· 5490 commits to master since this release
92168d8
  • In debug mode, make FiltersEngine creation and updates deterministic #176
  • Fix bug in ID computation for :style(...) cosmetic filters #176
  • Detect invalid cases of domain= options in NetworkFilter #176
  • Make generateDiff more robust and cover corner case with ID collision #176
  • Add stress-test for FiltersEngine updates. This allows us to validate all past updates of all supported lists #176
  • Provide high level puppeteer blocker abstraction #177
    • [BREAKING] rename WebExtensionEngine into WebExtensionBlocker
    • [BREAKING] change format of redirect field in blocking response, it now
      exposes more information about the redirected resource: contentType,
      body and dataUrl (which was the only information originally returned
      by FiltersEngine.match(...)).
    • Rename example into examples and move test webextension into examples/webextension
  • Add missing dependencies on @types/puppeteer needed by users of the library #174