Skip to content

v10.0.0

Compare
Choose a tag to compare
@jamesdbrock jamesdbrock released this 10 Nov 10:00
· 38 commits to main since this release

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)