Skip to content

Releases: Cysharp/Utf8StreamReader

Ver.1.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Apr 06:26
  • Utf8StreamReader.ReadToEndAsync(long resultSizeHint), when resultSizeHint is smaller than Stream size then throws exception, larger then fit to just size

Full Changelog: 1.3.1...1.3.2

Ver.1.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 11:51
  • Add Utf8StreamReader.ReadToEndAsync(bool disableBomCheck) overload

Full Changelog: 1.3.0...1.3.1

Ver.1.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 11:48
b7b5ebb

What's Changed

  • Binary Read, String ReadToEnd implementations by @neuecc in #6

New Contributors

  • @neuecc made their first contribution in #6

Full Changelog: 1.2.2...1.3.0

Ver.1.2.2

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:13
d170fc3

What's Changed

  • Buffer Boundary CRLF Check by @EnsignPayton in #5
  • Add Utf8StreamReader.SyncRead option(default is false)

New Contributors

Full Changelog: 1.2.1...1.2.2

Ver.1.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 04:36
  • FileOpenMode default changes to Throughput

Full Changelog: 1.2.0...1.2.1

Ver.1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 01:45

What's Changed

  • Use PoolingAsyncValueTaskMethodBuilder for LoadIntoBufferAsync by @neon-sunset in #2
  • Add FileOpenMode option to string path overload
  • Change default buffer size to improve read performance from stream

New Contributors

Full Changelog: 1.1.0...1.2.0

Ver.1.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 01:44
  • Fix Utf8TextReader.Reset

Full Changelog: 1.1.0...1.1.1

Ver.1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 07:13
  • Add Utf8TextReader

Full Changelog: 1.0.0...1.1.0

Ver.1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 08:44
  • Initial release

Full Changelog: 0.0.4...1.0.0

Ver.0.0.4

Choose a tag to compare

@github-actions github-actions released this 27 Mar 03:58
  • Final Preview

Full Changelog: 0.0.3...0.0.4