Releases: jviereck/regjsparser
Releases · jviereck/regjsparser
v0.6.2
v0.6.1: Merge pull request #97 from nicolo-ribaudo/test-regjsgen-dot
Support astral ID_Continue characters in capture group names
Update correct version pushed to npm
v0.5.1 Update package.json
Switch IdentityEscape and Atom parsing behaviour to Annex B
Merge pull request #93 from adrianheine/gh-pages Switch IdentityEscape and Atom parsing behaviour to Annex B
Adding support for lookbehind
See #89 for details.
0.3.0
BSD License Fix
See #81.
0.2.0
Minor version bump because the interface to parse
takes a new third argument. If you used the previous 0.1.5 release and ignored the third argument to parse
the new version will not affect you.
More details:
- This release introduces a third argument to the
parse
function. The new argument allows to toggle (experimental) features on/off. In particular, this allows to enable experimental support for parsing "\p{…} and \P{…} in Unicode mode" (see #78 for more details). - The cli command
regjsparser
can handle the new-v/--version
and-f/--flags
. The later enables users to specify theu
flag for unicode mode (see #79)