Skip to content

v1.6.1

Compare
Choose a tag to compare
@wavebeem wavebeem released this 02 Jul 01:48
· 221 commits to master since this release
  • 100% unit test coverage! This does not mean bugs won't exist, but it keeps us much safer against regressions in the future.
  • BUGFIX: Parsimmon.regexp(regexp, group) will now correctly fail to parse if the group number is out of range for the regexp number of groups. This worked correctly in the past, but was broken during a minor code clean up due to missing tests.