Releases: ws-garcia/ECPTextStream
Releases · ws-garcia/ECPTextStream
ECPTextStream v1.0.10
ECPTextStream v1.0.10
- Added support for UTF-8 encoded files.
- Fixed infinite loop when not linebreak found.
ECPTextStream v1.0.9
Improvements:
- The delimiters are converted 16% faster, the conversion happens when the
unifiedLFOutput
property is set toTrue
.
ECPTextStream v1.0.8
- Enhancement: searching for line breaks in the forward direction is now optional.
- Property added:
linebreakMatchingBehavior
. - Enumeration added:
EndLineMatchingBehavior
.
ECPTextStream v1.0.7
- Bug Fixed: The class was not able to handle lines with more characters than the buffer.
- Enhancement: Streams ending in line breaks are 2 times faster than the previous version.
ECPTextStream v1.0.6
- Logic improvement.
- Benchmarks update.
ECPTextStream v1.0.5
-Bug fixed: CRLF character could not be handled as a stream end.
-The class can now output normalized line breaks, through the unifiedLFOutput property.
-Method name changed: RestartPointer -> RestartStreamReader
ECPTextStream v1.0.4
- Enhancement:
ReadText
method refactor. The method is now able to find the line break character in forward sense. - Bug Fixed: Unexpected behavior when the buffer is not able to hold a full line of text. The error becomes when the buffer was requested to end on a line break or line return character.
- Bug Fixed: Type matching error for Null Char terminated streams.
ECPTextStream v1.0.3
Enhancement: Improved performance. Streams ended in \r and \n are processed faster.
ECPTextStream v1.0.2
- Bug Fixed: unexpected end of strings.
- Enhancement: added some properties.