Skip to content

Releases: slevithan/babel-plugin-transform-regex

v4.3.3

02 Oct 16:13
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.3.3.

v4.3.1

06 Sep 22:03
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.3.1.

v4.3.0

06 Sep 03:37
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.3.0.

🐞 Fixes

  • Correctly use flag u for regexes that explicitly use the option disable: {v: true}.

v4.2.1

05 Sep 02:00
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.2.1.

v4.1.1

18 Aug 14:06
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.1.1.

v4.1.0

16 Aug 15:11
Compare
Choose a tag to compare

πŸš€ Features

  • Upgraded the base regex library to v4.1.0.

v4.0.1

09 Aug 16:02
Compare
Choose a tag to compare

πŸš€ Features

  • Added new configuration options removeImport, disableUnicodeSets, headerComment, and experimental option optimize.