Skip to content

Releases: Cysharp/Utf8StreamReader

Ver.1.3.2

11 Apr 06:26
Compare
Choose a tag to compare
  • 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

09 Apr 11:51
Compare
Choose a tag to compare
  • Add Utf8StreamReader.ReadToEndAsync(bool disableBomCheck) overload

Full Changelog: 1.3.0...1.3.1

Ver.1.3.0

09 Apr 11:48
b7b5ebb
Compare
Choose a tag to compare

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

31 Mar 00:13
d170fc3
Compare
Choose a tag to compare

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

29 Mar 04:36
Compare
Choose a tag to compare
  • FileOpenMode default changes to Throughput

Full Changelog: 1.2.0...1.2.1

Ver.1.2.0

29 Mar 01:45
Compare
Choose a tag to compare

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

29 Mar 01:44
Compare
Choose a tag to compare
  • Fix Utf8TextReader.Reset

Full Changelog: 1.1.0...1.1.1

Ver.1.1.0

28 Mar 07:13
Compare
Choose a tag to compare
  • Add Utf8TextReader

Full Changelog: 1.0.0...1.1.0

Ver.1.0.0

27 Mar 08:44
Compare
Choose a tag to compare
  • Initial release

Full Changelog: 0.0.4...1.0.0

Ver.0.0.4

27 Mar 03:58
Compare
Choose a tag to compare
  • Final Preview

Full Changelog: 0.0.3...0.0.4