All Versions
12
Latest Version
Avg Release Cycle
29 days
Latest Release
1628 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    November 05, 2020

    ๐Ÿ”„ Changelog:

  • v2.3.0 Changes

    September 24, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added PHP 8 compatibility
    • ๐Ÿ“‡ Renamed class VStelmakh\UrlHighlight\Matcher\Match to UrlMatch

    Since PHP v8.0 match is a reserved keyword.
    This will affect you if custom Validator or Highlighter implemented.
    Consider expecting UrlMatch instead of Match in your implementations.

  • v2.2.0 Changes

    September 04, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed match complex urls with brackets (e.g. ELK urls)
    • ๐Ÿ‘Œ Improved matcher performance (~3x faster)
    • ๐Ÿ›  Fixed html entity encoder regex builder (not all html entities were encoded)
    • โž• Added fallback to encoded matcher to skip match if encoder not able to encode
    • ๐Ÿ‘Œ Improved url match regex to cover more cases
    • โž• Added match emails by default in validator
  • v2.1.0 Changes

    July 28, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added html highlighter tag attributes
    • โž• Added markdown highlighter
  • v2.0.0 Changes

    May 19, 2020

    ๐Ÿ”„ Changelog:

    • Replaced array configuration by specific interfaces: Validator, Highlighter, Encoder [BC break]
    • โž• Added support for html escaped input
    • ๐Ÿ›  Fixed html highlight when href for urls contains " (double quote)
    • โž• Added changelog
  • v1.2.4 Changes

    May 01, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed match by host includes colon at the end (e.g. example.com: will not include colon anymore)
  • v1.2.3 Changes

    April 04, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed match scheme without host (e.g. http:// will not match anymore)
  • v1.2.2 Changes

    March 22, 2020

    ๐Ÿ”„ Changelog:

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

    March 14, 2020

    ๐Ÿ”„ Changelog:

    • Project logo
    • Readme improvements
    • โœ… .gitattributes to ignore dev files (e.g. tests) on export
  • v1.2.0 Changes

    January 15, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ”ง Configuration. Additional options could be provided via constructor:
      • match_by_tld
      • default_scheme
      • scheme_blacklist
      • scheme_whitelist