linkcheck 2.0.8 linkcheck: ^2.0.8 copied to clipboard
A very fast link-checker. Crawls sites and checks integrity of links both in HTML and in CSS.
2.0.8 #
- Style fixes to achieve 100% health metric on pub.dev.
- Add programmatic usage in
example/example.dart
.
2.0.7 #
- Upgrade dependencies to latest.
- Walk around
csslib
bug where some CSS makes the parser crash. This will currently just ignore the CSS file.
2.0.6 #
- Add support for
--connection-failures-as-warnings
flag.
2.0.5 #
- Fix checking of anchors containing non-ASCII chars.
2.0.4 #
- Set min SDK to 2.0.0.
2.0.3 #
- Add missing dependency on stream_channel.
2.0.2 #
- Fix minor problems with Dart 2 upgrade.
1.0.6 #
- Last version compatible with Dart 1 and Dart 2.