Releases: j-mie6/parsley
Release list
Parsley 1.6.2
This release incorporates the recent work on a widespread refactor. In the process, a couple of edge cases have been addressed and there is an assertion on LanguageDef to ensure that a multi-line comment is not a valid prefix of a single-line one.
Parsley 1.6.1
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
Added support for method based parser running and added the unsafe object.
Parsley 1.5.1
Bug fix from #12, the debug combinator's contextual information was clobbered by a compatibility fix.
Parsley 1.5.0
This release standardises and unifies the 2.12 and 2.13 interfaces so that we can now use Maven Central to do the hosting.