Skip to content

v2.2.0

Latest

Choose a tag to compare

@fenying fenying released this 29 May 15:50
· 7 commits to master since this release
v2.2.0
bb28f4c

CHANGES

New Features

  • feat(pkg:string): regexpEscape API is now implemented using native
    RegExp.escape if available, with a polyfill fallback for older environments.

  • feat(pkg:string): new class WildcardCompiler to compile wildcard patterns
    into RegExp (string or object).

Full Changelog: v2.1.0...v2.2.0