linkcheck 2.0.12 linkcheck: ^2.0.12 copied to clipboard
A very fast link-checker. Crawls sites and checks integrity of links both in HTML and in CSS.
2.0.12 #
- Don’t assume contentType in HTTP headers is set
2.0.11 #
- Resolve a bug with unicode character counting in HTML.
2.0.10 #
- Guard against servers that do not provide
Content-Type
. No guarantees about crawling such servers but at leastlinkcheck
will not crash.
2.0.9 #
- Prepare for upcoming change to HttpRequest and HttpClientResponse
- Add Docker skipfile documentation to README
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.