Skip to content

Releases: jviereck/regjsparser

Update correct version pushed to npm

25 Nov 15:11
Compare
Choose a tag to compare
v0.5.1

Update package.json

Switch IdentityEscape and Atom parsing behaviour to Annex B

25 Nov 14:56
cabbed7
Compare
Choose a tag to compare
Merge pull request #93 from adrianheine/gh-pages

Switch IdentityEscape and Atom parsing behaviour to Annex B

Adding support for lookbehind

28 Aug 15:05
Compare
Choose a tag to compare

0.3.0

13 Jan 09:04
0cd19a8
Compare
Choose a tag to compare

Adding support for named capturing groups (see 1 and #83 for details).

BSD License Fix

23 Feb 19:58
Compare
Choose a tag to compare

0.2.0

24 May 21:59
Compare
Choose a tag to compare

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 the u flag for unicode mode (see #79)

0.1.5

16 Aug 20:56
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Add better error message on parser errors (see #74 and #76).

0.1.4

27 Feb 23:53
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Fix parsing of backreferences, which are sometimes parsed as octal escapes (see #70).

0.1.3

25 Nov 10:19
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Remove the upper limit of hex digits in Unicode code point escapes [#69]

0.1.2

31 Aug 20:48
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
Version bump and updated travis config to deploy to npm on new tags