Pyanchor Versions Save

Find your broken links, so users don't.

v0.7.1

3 weeks ago

What's Changed

Full Changelog: https://github.com/EndlessTrax/pyanchor/compare/v0.7.0...v0.7.1

v0.7.0

6 months ago

What's Changed

Full Changelog: https://github.com/EndlessTrax/pyanchor/compare/v0.6.2...v0.7.0

v0.6.2

1 year ago

What's Changed

Full Changelog: https://github.com/EndlessTrax/pyanchor/compare/v0.6.1...v0.6.2

v0.6.1

1 year ago

What's Changed

Full Changelog: https://github.com/EndlessTrax/pyanchor/compare/v0.6.0...v0.6.1

v0.6.0

1 year ago

What's Changed

Full Changelog: https://github.com/EndlessTrax/pyanchor/compare/v0.5.2...v0.6.0

Other Changes:

  • Dependency and security updates
  • Dropped Support for Python 3.6
  • Added a Code of Conduct

v0.5.2

2 years ago

Updated dependancies (security patches) and added new GitHub Action.

v0.5.1

2 years ago

Dependancy updates.

v0.5

3 years ago
  • Added the LinkAnalysis Class to check for obsolete attributes and unsafe anchor tags.
  • Docs and tests updated.

v0.4

3 years ago

Changelog:

  • Relative links starting with ./ or ../ now correctly parsed
  • Test webapp now runs in separate thread, making testing easier and fully automated.
  • Travis CI integrated into workflow

v0.3

3 years ago

Changelog:

  • Fixed issue where sitemaps URLs didn't always work with v0.2 results dictionary structure. Including tracking and printing totals.
  • Successful links will not be printed to the terminal by default. Added a --verbose flag for printing all results.
  • Fixed issue where an Exception is thrown and the cli fails when no URL produced a 200 response.