Releases: c42f/tinyformat
Releases · c42f/tinyformat
Release 2.3.0
Release 2.2.0
A few minor features and fixes:
TINYFORMAT_ASSERT
macro for people wanting to avoid dependency onassert()
and the<cassert>
header- Fix GCC-7
Wimplicit-fallthrough
warnings - Extra
NULL
initializations to silence spurious Coverty warnings - Various project improvements (CI + build; markdown docs)
v2.1.0: Release 2.1.0
New features: * Add printfln() convenience function Minor bug fixes and tweaks: * Workaround usual std::min clash with windows.h * Kill various compiler warnings on MSVC and clang * Tests for printf()