Releases: JAndrassy/StreamLib
Releases · JAndrassy/StreamLib
1.4.0
- new class UnbufferedPrint
- in all classes private copy constructors to disable copying
1.3.2
PrintPlus.printf - patch for ArduinoCore-renesas - funopen declaration
1.3.1
- ChunkedPrint fix for uint8_t[] buffer
- BufferedHttpGet example - asciilogo.txt host changed
1.3.0
- BufferedPrint - added override of write(buff, length)
- BufferedPrint and ChunkedPrint. - uint8_t[] buffer and constructor
- new BufferedClientReader and BufferedClient
- updated README
1.2.1
- added missing header guards in StringReadStream
- new class TeePrint
1.2.0
new classes ChunkedStreamReader and StringReadStream.
1.1.0
- FormattedPrint renamed to PrintPlus. name FormattedPrint is still valid as typedef alias.
- PrintPlus - copyFrom(Stream) methods. detail are in REEADME
- availableForWrite implemented
- SDWebServer advanced example
1.0.5
library.properties version 1.0.5 to apply rewording of description
1.0.4
ChunkedPrint fix of error exposed with megaavr core
1.0.3
FormattedPrint - using funopen instead of fopencookie