Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.63 KB

CHANGES.rst

File metadata and controls

63 lines (46 loc) · 1.63 KB

Changes

0.7 (2016-10-17)

0.6 (2016-09-10)

0.5 (2016-03-04)

  • Fixed an issue with blank lines in filter files (thanks https://github.com/skrypka);
  • fixed an issue with applying rules with 'domain' option when domain doesn't have a dot (e.g. 'localhost');
  • Python 2.6 and Python 3.2 support is dropped; adblockparser likely still work in these interpreters, but this is no longer checked by tests.

0.4 (2015-03-29)

0.3 (2014-07-11)

  • Switch to setuptools;
  • better __repr__ for AdblockRule;
  • Python 3.4 support is confirmed;
  • testing improvements.

0.2 (2014-03-20)

This release provides much faster AdblockRules.should_block() method for rules without options and rules with 'domain' option.

  • better combined regex for option-less rules that makes re2 library always use DFA without falling back to NFA;
  • an index for rules with domains;
  • params method arguments are renamed to options for consistency.

0.1.1 (2014-03-11)

By default AdblockRules autodetects re2 library and uses it if a compatible version is detected.

0.1 (2014-03-03)

Initial release.