Releases: justindhillon/link-inspector
Releases · justindhillon/link-inspector
2.1.1
What's Changed
- 401 links now return as working links by @justindhillon in #65
- Update Regex to Skip xmlns by @justindhillon in #66
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Fix False Negitives by @justindhillon in #61
- Better github actions
- Upgrade from node 16 to node 20
Full Changelog: 2.0.3...2.1.0
2.0.3
What's Changed
- https://packagist.org/downloads/ is now a valid link by @justindhillon in #58
- Skip Symbolic Links by @justindhillon in #59
- 429 codes are now handled by @justindhillon in #60
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Increase Performance by @justindhillon in #55
- Add Better Error Messages by @justindhillon in #56
- Fix linkedIn links being false positives by @justindhillon in #57
Full Changelog: 2.0.1...2.0.2
2.0.1
Announcing Version 2.0 !
New Features:
- Can now be used as binary and npm package
- It can now be passed a callback, so you can decide exactly what is done with broken links
- Rewritten in typescript
- Custom in-house scheduler, increasing performance by checking 10 links at once.
- Reading and writing files are asynchronous, reducing io bottlenecks.
- Binary files are skipped
- Output directory is now correct path 100% of the time
- Many bug fixes
- Much better performance
Repo Changes:
- All git commits gets tested by linting and building. This is done with a GitHub action.
Issues Resolved:
#46 files over 100mb are skipped.
#1 finally solved by skipping files over 100mb.
1.5.1
What's Changed
- Optimise code by changing backend from needle to axios. by @justindhillon in #45
Full Changelog: 1.4.3...1.5.1
1.4.3
What's Changed
- Add false positive function by @justindhillon in #43
- Skip over images. by @justindhillon in #44
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1
1.3.0
What's Changed
- Update Dependencies by @justindhillon in #35
- Update Contributing.md by @justindhillon in #36
- Optimize Release Code by @justindhillon in #37
Full Changelog: 1.2.4...1.3.0