Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.0 #173

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Release v0.10.0 #173

merged 1 commit into from
Jun 5, 2019

Conversation

remusao
Copy link
Collaborator

@remusao remusao commented Jun 5, 2019

  • Add helpers to create and manipulate diffs #172
    • getLinesWithFilters(...)
    • generateDiff(...)
    • mergeDiffs(...)
  • Add updateFromDiff method on FiltersEngine #172
  • Add getFilters method on FiltersEngine #172
  • Fix update issue by performing copy in StaticDataView.getBytes #172
  • Serialize config.debug as well #172
  • Implement support for RegExp network filters #169
  • [EXPERIMENTAL] add on-the-fly string compression using short-string
    optimized method. Off by default, it can be enabled by using the
    enableCompression flag in Config. This allows a reduction in size of
    about 20% for FiltersEngine, at the cost of slightly slower updates. #122
  • Remove dependency on tslib #167
  • Add built-in error detection code in serialized engine #165
    • To prevent un-noticed data corruptions of the serialized adblocker,
      FiltersEngine.serialize now automatically includes a crc32 checksum and
      FiltersEngine.deserialize will automatically check integrity of the given
      serialized engine. Any mismatch will raise an exception like when the
      version of the adblocker does not match between the serialized engine and
      the code using to load it.
  • [BREAKING] getCosmeticsFilter API changed to allow finer-grain subsetting
    of cosmetic filters returned: hostname-specific, DOM-specific, generic, etc.
    This allows to inject x70 less custom styles in frames for the same
    blocking, which results in a massive memory decrease as well as less time
    spent in repaint. #163
  • [BREAKING] cosmetic unhide filters without hostname constraints are allowed. #163
  • [BREAKING] NetworkFilter.isCptAllowed now accept request type as a string. #163
  • [BREAKING] drop support for legacy Firefox Bootstrap request types. #163
  • Fix matching of hostnames anchors with wildcard. #163
  • Add support for $frame option in network filters. #163
  • Add support for $document and $doc options in network filters. #163
  • Add soft dependency to tldts to simplify API #163
    • left as require/import in normal bundles
    • bundled in minified bundles
  • Add tests for Request abstraction #163
  • Add static method helpers to create Request instances #163
    • Request.fromRawDetails(...)
    • Request.fromWebRequestDetails(...)
    • Request.fromPuppeteerDetails(...)
    • Request.fromElectronDetails(...)
  • Add tests for injection using jsdom #163
  • Cosmetic filtering performance improvements #163
    • Make use of DOM information to return subset of filters: ids, classes, hrefs
    • Make use of MutationObserver from content-script to return new DOM info
  • Create integration benchmark to measure full extension #163
  • Add Request parsing micro-benchmark #163
  • Update bench/comparison to use adblock-rs instead of ad-block #163

@remusao remusao merged commit 28e0ab0 into ghostery:master Jun 5, 2019
@remusao remusao deleted the release-0.10.0 branch September 5, 2019 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant