Skip to content

Releases: john0isaac/markdown-checker

v0.2.3

26 Nov 19:21
828a819
Compare
Choose a tag to compare

What's Changed

  • Add skip_domains "opensource.org" in init.py by @IsuminI in #86

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Nov 19:37
612e17a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Aug 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Aug 21:12
2f0aa54
Compare
Choose a tag to compare

What's Changed

  • Redesign the entire package.
  • Port to using Click instead of arg_parser.
  • Expose options for external users to allow for more customization.
  • Increase coverage for paths by including paths that start with / or nothing.
  • Add retires for URLs before flagging them as broken.
  • Preform head request on URL which falls back to get if both not working flag as broken after retries count finishes.
  • Analyze all web URLs except the ones in skip_domains list.
  • Change Syntax of terminal comments to improve readability.
  • Add Spinner to indicate that the tool is working (Not compatible with all terminals)
  • Add documentation for the new features.
  • Use multiprocessing for checking broken urls reducing the execution time by 50%.
  • Add support for GitHub automatic annotations.

Full Changelog: v0.1.5...v0.2.0

v0.1.5

08 Jul 19:39
f9cbfd5
Compare
Choose a tag to compare

What's Changed

  • Increase timeout by 10 seconds for checking links by @john0isaac in #52

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 May 21:49
68a5e47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Mar 23:27
e7f3ddb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Mar 19:39
673d518
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Mar 18:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Mar 17:53
0679752
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0