Skip to content

Releases: plotdb/curegex

0.1.0

Choose a tag to compare

@zbryikt zbryikt released this 08 Aug 05:11
  • features:
  • support re2js as regex engine: pass the RE2JS class directly ( auto-detected and wrapped ), or wrap explicitly with curegex.adapters.re2js(RE2JS)
  • expose effective engine as curegex.re / curegex.tw.re ( defaults to native RegExp; follows engine(...) setting ) for building ad-hoc patterns with the same engine
  • add test/: run all rules against native RegExp, re2 and re2js ( npm test )
  • tweaks:
  • pin node 22 with volta; upgrade re2 to 1.26.x
  • tw han rule: use literal char range instead of \u escape for RE2-syntax compatibility

0.0.4

Choose a tag to compare

@zbryikt zbryikt released this 22 Jan 07:58
  • upgrade modules
  • release with compact directory structure
  • add main and browser field in package.json.
  • further minimize generated js file with mangling and compression
  • remove assets files from git
  • patch test code to make it work with upgraded modules

0.0.3

Choose a tag to compare

@zbryikt zbryikt released this 14 Dec 08:16
  • make it work with node js.

0.0.2

Choose a tag to compare

@zbryikt zbryikt released this 14 Dec 08:01
  • use API for retrieving regular expression.
  • support different engine for RegExp.
  • improve code structure.

0.0.1

Choose a tag to compare

@zbryikt zbryikt released this 13 Dec 16:29
v0.0.1

update README