Releases: tawk/tawk-url-utils
Releases · tawk/tawk-url-utils
2.0.1
2.0.0
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
Initial implementation
Added pattern matching utilities for matching:
- URLs
- Paths