Skip to content

Releases: mmurdoch/arduinounit

v2.3.2-alpha

27 Mar 02:02
Compare
Choose a tag to compare
v2.3.2-alpha Pre-release
Pre-release

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

24 Mar 06:53
Compare
Choose a tag to compare
v2.3.1-alpha Pre-release
Pre-release

Correct builds on ESP8266, still no verification of ESP32. Image size has shrunk.

v2.3.0-alpha

18 Mar 20:11
Compare
Choose a tag to compare
v2.3.0-alpha Pre-release
Pre-release

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

15 Nov 20:19
Compare
Choose a tag to compare

This fixes more string comparisons (not just const char * types), so most typical strings can be compared,
and arranges the library for a cleaner import.

ArduinoUnit 2.1.1

19 May 07:32
Compare
Choose a tag to compare
  • Added serial support for the Arduino Leonardo/Micro by Hanna Hermsen
  • Added Library Manager support by NetRat and Jeff Hoefs

ArduinoUnit 2.1.0

24 May 22:03
Compare
Choose a tag to compare
  • 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