Skip to content

Releases: slevithan/regex-utilities

v2.3.0

31 Aug 18:40
Compare
Choose a tag to compare

🚀 Features

  • A details object is now provided to replaceUnescaped and forEachUnescaped callbacks as their second argument (properties: context, negated).
  • Added a top-level types field to package.json for tools and configurations that rely on it.
  • Changed the reserved capture name from skip to $skip.

v2.2.0

11 Aug 10:51
Compare
Choose a tag to compare

🚀 Features

  • Added TypeScript declarations.