Skip to content

Releases: vstelmakh/url-highlight

v1.2.4

01 May 20:48
aab2639
Compare
Choose a tag to compare

Changelog:

  • Fixed match by host includes colon at the end (e.g. example.com: will not include colon anymore)

v1.2.3

04 Apr 18:48
8d3a3f7
Compare
Choose a tag to compare

Changelog:

  • Fixed match scheme without host (e.g. http:// will not match anymore)

v1.2.2

22 Mar 22:23
e5d5299
Compare
Choose a tag to compare

Changelog:

  • Url regex improvements (more strict scheme and host name)
  • Not match emails (temporary)

v1.2.1

14 Mar 17:18
c03bae3
Compare
Choose a tag to compare

Changelog:

  • Project logo
  • Readme improvements
  • .gitattributes to ignore dev files (e.g. tests) on export

v1.2.0

14 Jan 23:04
4c21233
Compare
Choose a tag to compare

Changelog:

  • Configuration. Additional options could be provided via constructor:
    • match_by_tld
    • default_scheme
    • scheme_blacklist
    • scheme_whitelist

v1.1.0

05 Jan 21:46
Compare
Choose a tag to compare

Changelog:

  • Locate urls without protocol using top level domain names

v1.0.0

22 Dec 20:00
Compare
Choose a tag to compare

Changelog:

  • Check if string is url isUrl
  • Parse urls from string getUrls
  • Replace urls in string by html tags highlightUrls