linkify 2.0.3 linkify: ^2.0.3 copied to clipboard
Low-level link (text, URLs, emails) parsing library in Dart.
[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
toLinkifier
- Supports custom linkifiers
- Change
LinkElement
toUrlElement
to better reflectUrlLinkifier
(link != URL) - Change
humanize
option toLinkifyOptions
- Enabled
humanize
by default
[1.0.1] - 2019-03-23 #
- Republish to fix maintenance score
[1.0.0] - 2019-03-23 #
- Initial release