Skip to content

Releases: tawk/tawk-url-utils

2.0.1

28 Jan 11:18
73c1663
Compare
Choose a tag to compare

Compatibility Updates

  • Fixed compatibility issue for PHP version >= 5.6

2.0.0

29 Dec 09:47
ec70275
Compare
Choose a tag to compare

URL and Path Pattern Matching Refactor

  • Removed old matching modules.
  • Added model PathPattern.
  • Added enum WildcardLocation.
  • Added helpers
    • PathHelper - Helper functions for handling paths
    • UrlHelper - Helper functions for handling URLs
  • Added new modules for pattern matching.
    • URL Pattern Matcher - Matches current URL with multiple patterns.
    • Path Pattern Matcher - Matches current path with multiple PathPatterns.

1.0.0

12 Oct 12:53
22b1716
Compare
Choose a tag to compare

Initial implementation

Added pattern matching utilities for matching:

  • URLs
  • Paths