| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-01 | Packaging improvements (#34) | Árni Dagur | 9 | -71/+134 | |
| * Use maturin for PEP 517 compliancy * Removing relative import in __init__.py * Bump version to 0.4.2 | |||||
| 2021-01-27 | Bump version to 0.4.1 (#29) | Árni Dagur | 4 | -6/+7 | |
| 2021-01-26 | ci: Also build/publish 32-bit wheels (#26) | Florian Bruhin | 2 | -4/+84 | |
| Closes #25 | |||||
| 2021-01-26 | ci: Run on pull requests (#27) | Florian Bruhin | 1 | -0/+1 | |
| Right now the CI is configured to only run on pushes (to this repository), but not on PRs (from another repository). The downside of this is that PRs for a branch in this repository will run twice. If you only push directly to e.g. master, it might be worth adjusting that - also see https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662 | |||||
| 2021-01-19 | ci: Remove special-casing for Python 3.9 (#24) | Florian Bruhin | 1 | -12/+0 | |
| It's a regular release nowadays. | |||||
| 2021-01-16 | Improve __repr__ (#23) | Árni Dagur | 3 | -6/+109 | |
| 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> | |||||
| 2021-01-12 | Merge pull request #18 from The-Compiler/optional-changelog | Árni Dagur | 1 | -3/+6 | |
| Make changelog dependency optional | |||||
| 2021-01-12 | Merge pull request #21 from ArniDagur/update-pyo3-0.13 | Árni Dagur | 4 | -71/+22 | |
| Update PyO3 to 0.13 | |||||
| 2021-01-11 | Update PyO3 to 0.13 | Árni Dagur | 4 | -71/+22 | |
| 2020-12-22 | Make changelog dependency optional | Florian Bruhin | 1 | -3/+6 | |
| This makes it a bit easier for distributions to run the tests without needing to package changelog-cli. | |||||
| 2020-12-16 | Merge pull request #16 from ArniDagur/version-0.3.3 | Árni Dagur | 7 | -25/+1068 | |
| Version 0.4.0 | |||||
| 2020-12-16 | Correctly check code formatting in CI | Árni Dagur | 2 | -6/+2 | |
| 2020-12-16 | Bump version number to 0.4.0 | Árni Dagur | 4 | -11/+25 | |
| 2020-12-16 | Exclude the entirety of .vscode in git | Árni Dagur | 1 | -5/+1 | |
| 2020-12-16 | Include generichide field in UrlSpecificResources | Árni Dagur | 1 | -1/+8 | |
| 2020-12-16 | Update upstream library, include Cargo.lock | Árni Dagur | 4 | -10/+1040 | |
| 2020-11-27 | Merge pull request #14 from ArniDagur/keep-changelog | Árni Dagur | 3 | -4/+44 | |
| Keep a changelog using 'changelog-cli' | |||||
| 2020-11-26 | Keep a changelog using 'changelog-cli' | Árni Dagur | 3 | -4/+44 | |
| 2020-09-22 | Merge pull request #13 from ArniDagur/update-to-0.3.2 | Árni Dagur | 6 | -11/+59 | |
| Update to 0.3.2 | |||||
| 2020-09-22 | CI: Fix the setting up of Python 3.9 | Árni Dagur | 1 | -3/+14 | |
| 2020-09-22 | Bump version number to 0.3.2 | Árni Dagur | 2 | -2/+2 | |
| 2020-09-22 | Update to PyO3 0.12 | Árni Dagur | 2 | -2/+2 | |
| 2020-09-22 | CI: Only build documentation on push | Árni Dagur | 1 | -1/+1 | |
| 2020-09-22 | Build Python 3.9 wheels | Árni Dagur | 1 | -2/+2 | |
| 2020-09-22 | Avoid using star import in __init__.py | Árni Dagur | 2 | -1/+38 | |
| 2020-08-28 | Bump version number to 0.3.1 | Árni Dagur | 2 | -5/+5 | |
| 2020-08-26 | Fix type annotation for FilterSet methods | Árni Dagur | 1 | -2/+2 | |
| 2020-07-27 | Update upstream library to 0.3.0, respond to API changes (#10) | Árni Dagur | 8 | -72/+249 | |
| * 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-21 | Bump to version 0.2.3 | Árni Dagur | 2 | -2/+2 | |
| 2020-06-21 | Bump version to 0.2.2 | Árni Dagur | 2 | -2/+2 | |
| 2020-06-21 | Correct return type for the serialize method | Árni Dagur | 2 | -2/+38 | |
| 2020-06-21 | Add type stubs to project (#7) | Árni Dagur | 5 | -0/+81 | |
| 2020-06-07 | Bump version to 0.2.1 | Árni Dagur | 2 | -2/+2 | |
| 2020-06-07 | Allow more options when constructing Engine (#6) | Árni Dagur | 5 | -105/+33 | |
| 2020-05-24 | Add 'Documentation' to README | Árni Dagur | 1 | -0/+4 | |
| 2020-05-24 | Place a 'index.html' file at the root of Github Pages | Árni Dagur | 4 | -10/+33 | |
| 2020-05-24 | Deploy 'cargo doc' to Github Pages (#5) | Árni Dagur | 1 | -0/+26 | |
| 2020-05-16 | Add a README and a license to the project (#4) | Árni Dagur | 6 | -2/+241 | |
| 2020-05-16 | Bump version number to 0.2.0 | Árni Dagur | 2 | -2/+2 | |
| 2020-05-15 | Turn a few fields from Vec to HashSet, now that we're running PyO3 0.10 | Árni Dagur | 1 | -14/+6 | |
| 2020-05-14 | Upgrade PyO3 to 0.10 | Árni Dagur | 1 | -1/+1 | |
| 2020-05-14 | Add additional docstrings | Árni Dagur | 1 | -11/+54 | |
| 2020-05-11 | Upgrade adblock dependency to 0.2.9 | Árni Dagur | 1 | -1/+1 | |
| 2020-05-09 | Revert commit 'Gag stderr for add_filter_list' | Árni Dagur | 2 | -5/+0 | |
| 2020-05-04 | Gag stderr for 'add_filter_list' | Árni Dagur | 2 | -0/+5 | |
| 2020-04-26 | Add BlockerResult and HostnameSpecificResources classes to module | Árni Dagur | 1 | -0/+2 | |
| 2020-04-26 | Add text signatures to methods | Árni Dagur | 1 | -0/+16 | |
| 2020-04-26 | Do not upload to Test PyPi unconditionally | Árni Dagur | 1 | -5/+0 | |
| 2020-04-25 | Bump version to 0.1.4 | Árni Dagur | 2 | -2/+2 | |
| 2020-04-25 | Fix PyPi deployment (#2) | Árni Dagur | 1 | -1/+6 | |
