Skip to content

Releases: j-mie6/parsley

Parsley 1.6.1

31 Dec 22:25
3934d87
Compare
Choose a tag to compare

This released fixes a bug which meant that operators and keywords parsed with TokenParser do not respect the backtracking qualities they advertised. Additionally, small improvements to performance due to mass-refactoring.

Parsley 1.6.0

09 Dec 15:30
bdd5a11
Compare
Choose a tag to compare

Added support for method based parser running and added the unsafe object.

Parsley 1.5.1

08 Dec 21:37
7d996c6
Compare
Choose a tag to compare

Bug fix from #12, the debug combinator's contextual information was clobbered by a compatibility fix.

Parsley 1.5.0

05 Dec 16:21
15b1007
Compare
Choose a tag to compare

This release standardises and unifies the 2.12 and 2.13 interfaces so that we can now use Maven Central to do the hosting.