Skip to content

0.7.0

Choose a tag to compare

@partim partim released this 18 Jul 15:14
· 46 commits to main since this release
757af3a

Breaking Changes

  • Redesign error handling in decode module (#65):
    • three error types, Source::Error, ContentError, and DecodeError, for data fetching errors, syntax errors, and a combination of these,
      respectively;
    • new trait IntoSource to convert a type into its Source implementation;
    • Source::advance now panics if advancing past the end of seen data.