Skip to content

Releases: peggyjs/peggyjs-eslint-parser

Update dependencies

Choose a tag to compare

@hildjj hildjj released this 24 Feb 23:21
v2.0.5
c66ef56

Update to peggy 4.0.1

Update to Peggy 4.0.0

Choose a tag to compare

@hildjj hildjj released this 15 Feb 18:34
v2.0.0
ea04344

Updated grammar to match Peggy 4.0.0

Add multiple semicolons, repeats.

Choose a tag to compare

@hildjj hildjj released this 04 Mar 17:20
v1.2.0
c371ee3

Add support for Peggy 3.0.0's repeat syntax ("foo" |1..2, ","|), and Peggy 3.0.1's ability to have multiple semicolons between rules.

Capture semicolons

Choose a tag to compare

@hildjj hildjj released this 23 Aug 18:15
v1.1.0
0adad83

Semicolons from top-level initializers, initializers, and rules are now captured.
The outer brackets from top-level initializers are now captured.

First release

Choose a tag to compare

@hildjj hildjj released this 15 Aug 22:54
v1.0.0
d2a728a

Everything seems to work.