Changes made by Maciej Urbańczyk magicmatatjahu
(unless otherwise noted).
- Improve handling headers in external links
- Add new features to configurate
milv
(changes suggested by @derberg - issue):- possibility to allow redirects, add times of reguest repeats and timeout per project, per file and per link
- possibility to checking links in code-blocks - disabled by default
- Checking anchors in external websites
- Simple error handling
- Add
Troubleshooting links
section for troubleshooting with broken/dead links - Add
CODEOWNERS
file - Add issue and pull reguest templates
- Add possibility to ignore external or internal links (changes made by @hudymi)
- Reducing the size of the docker image (changes made by @hudymi)
- Formatting whole code with
go fmt
(changes made by @hudymi) - Improve parsing anchors in
.md
files (changes suggested by @hudymi - issue)
- Add unit tests
- Refactor whole code
- Isolate
CLI
and library (pkg
dir)
- Initial version