Skip to content

v1.5.0

Compare
Choose a tag to compare
@ksylvan ksylvan released this 13 Jun 21:04
· 10 commits to main since this release

Full Changelog: v1.4.2...v1.5.0

CHANGES

  • ✨ Added check-links command for verifying link reachability
  • 🔗 Support for recursive link checking across markdown files
  • 📧 Smart handling of email links with skip notifications
  • 🌐 HTTP/HTTPS link validation with status code reporting
  • 📁 Local file existence checking with clear error messages
  • 🔧 Modernized imports to use node: prefix for built-in modules
  • 🎯 Enhanced for...of loops replacing forEach for better performance
  • 📊 Improved number parsing with Number.parseInt for consistency
  • 🧪 Comprehensive test coverage for new link checking features
  • 📦 Updated dependencies including ESLint 9.29.0 and Node types