Skip to content

v0.6.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 20 Aug 00:59
· 17 commits to master since this release
53bcdf7

API Breaks

  • Improve the behavior of the LineReaderAt interface when the final line does not have a newline character. This change is only relevant for clients that define LineReaderAt implementations and should not affect most users of the library. If you use a custom LineReaderAt implementation, please review the documentation and update your implementation to avoid errors (#27).

Fixes

  • Fix apply errors (unexpected EOF) with files that are multiples of 1024 bytes and have no final newline (#27).