Releases: fdefelici/clove-unit
Releases · fdefelici/clove-unit
v2.2.2
- "Manual" feature has been discontinued
- Splitted code between Declaration and Implementation (introduced CLOVE_IMPLEMENTATION macro)
- Improved ansi console on windows. Now if ansi not supported, switch to no-ansi text message
- Added Github Action automation
v2.2.1
Added command line support to set report type (console, json) and gather clove version
v2.2.0
- Reporting: Console, JSON
- Test, Suite, Run Duration
- Ellipsing/Escaping string
v2.1.5
Made clove-unit C++11 compliant
v2.1.4
Add Cpp Support (by now Cpp 20+ because of the usage of initialization list)
v2.1.3
MSVC compliance changing sprintf to sprintf_s.
Improved error messages for CLOVE_NULL and CLOVE_NOT_NULL
v2.1.2
Autodiscovery support for PE, Mach-o, ELF for 64 bit OS (Windows, Mac, Linux) little endian
v2.0.1
Add gcc compiler compatibilities and fix static char* issue
v2.0.0
Added Test Suite concept with setup/teardown feature.
Added Assertion for UINT, LONG, ULONG, LLONG, ULLONG, DOUBLE
v1.0.5
Improved perf, added api for assertion: pass, fail and characters