Skip to content

2.1.0

Compare
Choose a tag to compare
@bwrrp bwrrp released this 25 Mar 15:47
· 17 commits to main since this release
  • Fix an infinite loop when the parser given to star does not consume input
  • Add additional combinators: consume, except and filterUndefined as well as basic parsers range and skipChars
  • Add experimental streaming parsers: use streaming to turn any Parser into a StreamingParser and use the streaming combinators to create generator functions that yield values as they parses the input.
  • Update devDependencies to their latest versions.

Full Changelog: 2.0.1...2.1.0