Skip to content

0.7.1

Compare
Choose a tag to compare
@stephencelis stephencelis released this 17 Feb 21:23
· 119 commits to main since this release
  • Improved: Error messages that occur at the same input range are now coalesced into a single error (thanks @mayoff).
  • Fixed: Prefix now eagerly consumes input.
  • Fixed: Prefix with a minimum length now throws an error at the correct input location, rather than the input location of that minimum length.
  • Infrastructure: README and documentation updates.