Releases: plotdb/curegex
Releases · plotdb/curegex
Release list
0.1.0
- features:
- support
re2jsas regex engine: pass theRE2JSclass directly ( auto-detected and wrapped ), or wrap explicitly withcuregex.adapters.re2js(RE2JS) - expose effective engine as
curegex.re/curegex.tw.re( defaults to nativeRegExp; followsengine(...)setting ) for building ad-hoc patterns with the same engine - add
test/: run all rules against nativeRegExp,re2andre2js(npm test) - tweaks:
- pin node 22 with volta; upgrade
re2to 1.26.x twhanrule: use literal char range instead of\uescape for RE2-syntax compatibility
0.0.4
- upgrade modules
- release with compact directory structure
- add
mainandbrowserfield inpackage.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