Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 02:07
· 114 commits to master since this release

3.0.0 (2022-10-02)

Code Refactoring

  • change the output type from to number for number parsers (24406ab)

BREAKING CHANGES

  • The output type of number parsers has changed from string to number, i.e. these parsers now have the type of Parser<number> instead of Parser<string>.