linkify 3.0.0 copy "linkify: ^3.0.0" to clipboard
linkify: ^3.0.0 copied to clipboard

outdated

Low-level link (text, URLs, emails) parsing library in Dart.

[3.0.0] - 2020-11-05 #

Major version has been bumped:

  • Minimum Dart version was upgraded
  • Loose URL regex update may change behavior for some use-cases. Please open an issue if you find more issues!
  • Non-loose will now parse URLs starting with www., changing behavior

[2.1.0] - 2020-04-24 #

  • Add loose URL option (looseUrl)
    • Parses any URL containing .
    • Defaults to http URLs. Can use https by enabling the defaultToHttps option
  • Added www. removal (removeWww)
    • Removes URLs prefixed with www.
  • Added exclusion of last period (excludeLastPeriod, enabled by default)
    • Parses https://example.com. as https://example.com

[2.0.3] - 2020-01-08 #

  • Fix more minor lint issues
  • Remove extra print

[2.0.2] - 2019-12-30 #

  • Fix minor lint issues

[2.0.1] - 2019-12-27 #

  • Export defaultLinkifiers

[2.0.0] - 2019-12-27 #

  • Change LinkTypes to Linkifier
    • Supports custom linkifiers
  • Change LinkElement to UrlElement to better reflect UrlLinkifier (link != URL)
  • Change humanize option to LinkifyOptions
  • Enabled humanize by default

[1.0.1] - 2019-03-23 #

  • Republish to fix maintenance score

[1.0.0] - 2019-03-23 #

  • Initial release
133
likes
40
pub points
97%
popularity

Publisher

verified publishercretezy.com

Low-level link (text, URLs, emails) parsing library in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on linkify