Releases: Cysharp/Utf8StreamReader
Releases · Cysharp/Utf8StreamReader
Ver.1.3.2
- 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
- Add Utf8StreamReader.ReadToEndAsync(bool disableBomCheck) overload
Full Changelog: 1.3.0...1.3.1
Ver.1.3.0
Ver.1.2.2
What's Changed
- Buffer Boundary CRLF Check by @EnsignPayton in #5
- Add Utf8StreamReader.SyncRead option(default is false)
New Contributors
- @EnsignPayton made their first contribution in #5
Full Changelog: 1.2.1...1.2.2
Ver.1.2.1
- FileOpenMode default changes to Throughput
Full Changelog: 1.2.0...1.2.1
Ver.1.2.0
What's Changed
- Use
PoolingAsyncValueTaskMethodBuilder
forLoadIntoBufferAsync
by @neon-sunset in #2 - Add
FileOpenMode
option tostring path
overload - Change default buffer size to improve read performance from stream
New Contributors
- @neon-sunset made their first contribution in #2
Full Changelog: 1.1.0...1.2.0
Ver.1.1.1
- Fix Utf8TextReader.Reset
Full Changelog: 1.1.0...1.1.1
Ver.1.1.0
- Add
Utf8TextReader
Full Changelog: 1.0.0...1.1.0
Ver.1.0.0
- Initial release
Full Changelog: 0.0.4...1.0.0
Ver.0.0.4
- Final Preview
Full Changelog: 0.0.3...0.0.4