autolink-0.6.0
- New feature to extract links like
www.example.com
as well (no need forhttp://
, but must start withwww.
). This results a link with typeLinkType.WWW
. To opt out of this, specify which link types should be extracted by calling thelinkTypes
method on the builder. Thanks to @MTDdk for contributing this!