2.1.0
- Fix an infinite loop when the parser given to
star
does not consume input - Add additional combinators:
consume
,except
andfilterUndefined
as well as basic parsersrange
andskipChars
- 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