summaryrefslogtreecommitdiff
path: root/adblock/adblock.pyi
AgeCommit message (Collapse)AuthorFilesLines
2022-07-18Add aliases argument to Engine.add_resourceÁrni Dagur1-1/+7
Co-Authored-By: Albert Kim <alkim@alkim.org>
2022-07-18Update Rust dependenciesÁrni Dagur1-0/+4
2022-02-26refactor: AddResourceException inheritance relationship && RustBlockerResult ↵dm1-1/+7
implementations
2022-02-26fix: black lintdm1-3/+12
2022-02-26feat: include complete redirect rule feature.dm1-2/+9
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.
2021-06-26Create a custom exception type for this libraryÁrni Dagur1-0/+21
2020-08-26Fix type annotation for FilterSet methodsÁrni Dagur1-2/+2
2020-07-27Update upstream library to 0.3.0, respond to API changes (#10)Árni Dagur1-13/+15
* 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
2020-06-21Add type stubs to project (#7)Árni Dagur1-0/+78