v10.0.0
Bugfixes:
-
consumeWith doesn't consume if position does not advance (#201 by @jamesdbrock)
This will effect parsers:
- rest
- string
- takeN
- regex
- whiteSpace
- skipSpaces
-
number
should parse scientific notation when exponent does not contain a decimal (#204 by @MaybeJustJames)