Skip to content

v1.0.0

Compare
Choose a tag to compare
@remusao remusao released this 27 Aug 16:13
· 4507 commits to master since this release
ef273e4

This marks the first "stable release" of @cliqz/adblocker. The project has been stable for a long while and running in production for millions of users. It was about time to graduate it to v1! This does not mark the end of the development and innovation but more of a "checkbox ticked"; people looking at the project can now safely feel like they can use it in production and @cliqz/adblocker will not let them down! In the future, we will continue supporting bleeding edge features, new filters and keep the performance great.

Changelog since v0.14.0:

  • small improvements #300
    • minify script injection wrapper to save a few bytes
    • rename 'engine' into 'blocker' in examples for consistency
    • use up-to-date resources.txt from CDN
    • drop 'collapse' type (not supported upstream anymore)
    • expose some extra symbols: detectFilterType and Resources
  • chore: clean-ups #294
    • Remove use of eslint completely (all source code is TypeScript so tslint is enough)
    • Remove Dockerfile, run_tests.sh
    • Move bench to TypeScript
    • Remove un-used bench/dataset/ folder
    • Make sure that all sub-packages can be installed and built independently (fix missing deps)
  • enable @cliqz/metalint for repository linting #255