- Change to forked check-links
- Hardcode check-links
- Fixed vulnerabilities
- Add ignoredURL support
- Walk the AST fewer times.
- Bump patch versions of dependencies.
- Add
skipLocalhost
option.
- Drop Node 6 support.
- Update dependencies to remove deprecation notice about
OutgoingMessage.prototype._headers
.
- Bump check-links dependency.
- Use check-links.
- Replace
baseUrl
option withgotOptions.baseUrl
. - Remove
cache
option. check-links does not expose similar cache configuration. - Drop Node 4 support.
- Skip URLs with protocols other than
http:
andhttps:
. - Handle offline smoothly and add
skipOffline
option.
- Start this log.