Skip to content

Release 0.4.1

Latest
Compare
Choose a tag to compare
@ChrisDavison ChrisDavison released this 17 Mar 14:48
· 17 commits to master since this release
  • Fix missed error handling

    The err state of parser was skipped due to the if-let. Now, add context
    and return early with ? if parser fails.