Skip to content

Releases: Chris--A/PrintEx

Large improvements and fixes.

24 Jul 12:33
Compare
Choose a tag to compare

This update fixes a few large bugs. And also allows a new method for printing.

Added a new tool!

07 Jul 09:18
Compare
Choose a tag to compare

This update includes a new tool called PrintAdapter.

This tool allows converting a Print object into a Stream.
This is useful for passing a Print object to a function which only prints data, but accepts a Stream object.

Like all tools, this implictly includes the extensions StreamExtension and PrintExtension.

November 2015 release.

02 Nov 13:43
Compare
Choose a tag to compare

Fixed variadic printx implementation.

Latest 'working' version

29 Sep 09:14
Compare
Choose a tag to compare
1.1.8

Updated to new version.

Compatibility update.

14 Sep 10:57
Compare
Choose a tag to compare

This update allows regression to the C++98 standard. As a result some features are only available in C++11 (Streaming, variadic printing).