CHANGES
New Features
-
feat(pkg:string):
regexpEscapeAPI is now implemented using native
RegExp.escapeif available, with a polyfill fallback for older environments. -
feat(pkg:string): new class
WildcardCompilerto compile wildcard patterns
into RegExp (string or object).
Full Changelog: v2.1.0...v2.2.0