Summary
This is mostly a bugfix-release which fixes some regressions and improves ergonomics.
What's Changed
- Improve configuration example by @vpereira01 in #631
- Fix parsing errors with config options by @mre in #632
- Add support for parsing list of status codes from config file by @mre in #636
- Refactor request types by @mre in #637
- Add basic codespaces setup by @mre in #654
- Replace lazy hashset with matches! by @untitaker in #656
- Add test for mailto address with query params by @mre in #655
- Add http://www.w3.org/1999/xlink to list of false positives by @mre in #664
- Add status code in Markdown output by @walterbm in #677
- Trigger CI on push or pull request, but not both by @mre in #689
- Fix deserialize of lycheecache status codes by @walterbm in #685
- Skip caching unsupported and excluded URLs by @mre in #692
- Update description with token now supported by @fauust in #697
- Update to gracefully handle nonexistent relative paths by @walterbm in #691
- Update dependencies
New Contributors
- @vpereira01 made their first contribution in #631
- @walterbm made their first contribution in #677
Full Changelog: v0.10.0...v0.10.1