Releases: mmurdoch/arduinounit
Releases · mmurdoch/arduinounit
v2.3.2-alpha
Added optional messages to all asserts (optional last parameters), as in
assertEquals(x,y,"woot " << x << " is not " << y << "here!")
The optional text appears in [...]
at the end of the assert message.
v2.3.1-alpha
Correct builds on ESP8266, still no verification of ESP32. Image size has shrunk.
v2.3.0-alpha
Several long-standing feature requests: support for ESP boards, and support for PROGMEM string de-duplication. We drop some old compiler support and refactor the sources to slightly string the footprint of the library.
v2.2.0
ArduinoUnit 2.1.1
- Added serial support for the Arduino Leonardo/Micro by Hanna Hermsen
- Added Library Manager support by NetRat and Jeff Hoefs
ArduinoUnit 2.1.0
- Support for the Arduino Due, by John Macdonald
- Addition of reset support in
FakeStream
, by nicolaspanel - Addition of
FakeStreamBuffer
class which provides a member function for adding multiple bytes to the stream in a single call, by Matt Paine - Readme updates, by freenerd