| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
1. update adblock-rust => 0.4.3
2. add `include_redirect_urls` parameter for `FilterSet.add_filter_list` and `FilterSet.add_filters`
3. add `Engine.add_resource` method.
4. add `adblock.AddResourceError` Exception
5. add `redirect_type` for `BlockerResult`
6. add some tests for these functions.
|
|
|
|
|
|
|
|
* Use maturin for PEP 517 compliancy
* Removing relative import in __init__.py
* Bump version to 0.4.2
|
|
So we get something like:
BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None)
rather than:
BlockerResult(false, false, None, None, None, None)
Co-authored-by: Florian Bruhin <me@the-compiler.org>
|
|
This makes it a bit easier for distributions to run the tests without needing to package changelog-cli.
|
|
|
|
|
|
* Update upstream library to 0.3.0, respond to API changes
* Change pypi publishing criteria in CI
* Create test to make sure the version numbers are the same everywhere
|
|
|
|
|
|
|