Releases: john0isaac/markdown-checker
Releases · john0isaac/markdown-checker
v0.2.3
v0.2.2
What's Changed
- not fallback to get request on 405 only by @john0isaac in #79
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix cmd options by @john0isaac in #66
- skip more domains by @john0isaac in #67
- fix tracemalloc errors by @john0isaac in #69
- fix microsoft/Phi-3CookBook#141 by @john0isaac in #70
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
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
What's Changed
- Improve devcontainer by @john0isaac in #28
- add vscode settings by @john0isaac in #35
- Add mypy by @john0isaac in #37
- Add precommit by @john0isaac in #38
- Add gh workflows by @john0isaac in #39
- Add read the docs by @john0isaac in #43
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Minor bugs by @john0isaac in #23
- New release by @john0isaac in #24
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Improve-package by @john0isaac in #21
- Add v0.1.2 by @john0isaac in #22
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: add requests to required packages by @john0isaac in #19
- add v0.1.1 release by @john0isaac in #20
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- add development requirements and install in devcontainer by @john0isaac in #13
- format with ruff and black by @john0isaac in #14
- improve output of checker by @john0isaac in #15
- feat: broken urls by @john0isaac in #16
- Skip microsoft security blog by @john0isaac in #17
- Add release 0.1.0 by @john0isaac in #18
Full Changelog: v0.0.9...v0.1.0