Skip to content

Releases: JAndrassy/StreamLib

1.4.0

23 Mar 10:32
Compare
Choose a tag to compare
  • new class UnbufferedPrint
  • in all classes private copy constructors to disable copying

1.3.2

30 Aug 10:25
Compare
Choose a tag to compare

PrintPlus.printf - patch for ArduinoCore-renesas - funopen declaration

1.3.1

16 Apr 14:38
Compare
Choose a tag to compare
  • ChunkedPrint fix for uint8_t[] buffer
  • BufferedHttpGet example - asciilogo.txt host changed

1.3.0

23 Feb 20:09
Compare
Choose a tag to compare
  • BufferedPrint - added override of write(buff, length)
  • BufferedPrint and ChunkedPrint. - uint8_t[] buffer and constructor
  • new BufferedClientReader and BufferedClient
  • updated README

1.2.1

17 Jan 19:56
Compare
Choose a tag to compare
  • added missing header guards in StringReadStream
  • new class TeePrint

1.2.0

30 Dec 16:03
Compare
Choose a tag to compare

new classes ChunkedStreamReader and StringReadStream.

1.1.0

12 Sep 10:51
Compare
Choose a tag to compare
  • 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

08 Apr 15:48
Compare
Choose a tag to compare
library.properties version 1.0.5 to apply rewording of description

1.0.4

08 Apr 15:43
Compare
Choose a tag to compare

ChunkedPrint fix of error exposed with megaavr core

1.0.3

20 Jan 19:04
Compare
Choose a tag to compare
FormattedPrint - using funopen instead of fopencookie