Skip to content

Releases: nielssp/parco

v1.1.1

13 Feb 22:09
Compare
Choose a tag to compare

This release fixes a bug in the chainr combinator. Before v1.1.1 the parser created by chainr would return the result of the last element in the chain instead of the combined result.

v1.1.0

29 Jan 19:41
Compare
Choose a tag to compare

This release changes how positions are handled at the end of the input and for unknown/undefined positions.

The Parco\Position methods line() and column() are now deprecated.
The Parco\Position methods getInputLine() and getInputColumn() have been added to help deal with end-of-input positions.

v1.0.0

15 Nov 15:52
Compare
Choose a tag to compare

First stable release of Parco.