Releases: sethblack/python-seo-analyzer
Releases · sethblack/python-seo-analyzer
2025.4.3
What's Changed
- Update analyzer.py by @dotdesh71 in #104
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #103
- Update imports on demo accordingly to the pip installation by @0xthiagomartins in #110
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #109
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #107
- Update website.py by @dotdesh71 in #105
- 2024.12.12 by @sethblack in #112
- Bump jinja2 from 3.1.4 to 3.1.6 by @dependabot in #113
- Update/annual patches by @sethblack in #115
New Contributors
- @dotdesh71 made their first contribution in #104
- @0xthiagomartins made their first contribution in #110
Full Changelog: 2024.04.21...2025.4.3
2024.04.21
- Moved from SemVer to CalVer
- Add new pyproject.toml file for PyPi distribution
- Remove old setup.py, don't need that anymore
- Update README to reflect new cli script name seoanalyzer
- Update requirements.txt to include much newer versions of necessary packages and remove requests
- Refactor everything into pyseoanalyzer directory, sorry about the package naming headaches - my bad
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
Complete Refactor
- Removed requests and replaced with urllib3
- Removed Manifest
- Split up Site and Page classes
- Added term frequency to Page output